90 |
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.* , m.`name` AS manufacturer_name, s.`name` AS supplier_name
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 1 )
LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `ps_supplier` s ON (s.`id_supplier` = p.`id_supplier`)
WHERE pl.`id_lang` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1
ORDER BY pl.`name` asc LIMIT 0,100 |
25.896
ms
|
3132 |
Yes
|
|
/classes/Product.php:1669
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
398 |
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.* , m.`name` AS manufacturer_name, s.`name` AS supplier_name
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 1 )
LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `ps_supplier` s ON (s.`id_supplier` = p.`id_supplier`)
WHERE pl.`id_lang` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1
ORDER BY pl.`name` asc LIMIT 0,100 |
17.161
ms
|
3132 |
Yes
|
|
/classes/Product.php:1669
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
436 |
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.* , m.`name` AS manufacturer_name, s.`name` AS supplier_name
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 1 )
LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `ps_supplier` s ON (s.`id_supplier` = p.`id_supplier`)
WHERE pl.`id_lang` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1
ORDER BY pl.`name` asc LIMIT 0,100 |
16.846
ms
|
3132 |
Yes
|
|
/classes/Product.php:1669
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
360 |
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.* , m.`name` AS manufacturer_name, s.`name` AS supplier_name
FROM `ps_product` p
INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 1 )
LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `ps_supplier` s ON (s.`id_supplier` = p.`id_supplier`)
WHERE pl.`id_lang` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1
ORDER BY pl.`name` asc LIMIT 0,100 |
16.559
ms
|
3132 |
Yes
|
|
/classes/Product.php:1669
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
5.863
ms
|
3125 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:28 (require)
|
15 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.871
ms
|
4752 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:699 (getAllHookRegistrations)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
92 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
1.944
ms
|
655 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:5904 (getManager)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
33 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
1.721
ms
|
0 |
|
|
/classes/Hook.php:1246
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:506 (getIdByName)
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigixsell/seigixsell.inc.php:886 (registerHook)
/modules/seigixsell/seigixsell.inc.php:196 (__construct)
/modules/seigixsell/seigixsell.inc.php:550 (getLicenserObject)
/classes/Hook.php:993 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
463 |
SELECT SQL_NO_CACHE pl.title, pl.short_description,pl.description,pl.image,pl.thumb, p.*
FROM `ps_ets_blog_post` p
LEFT JOIN `ps_ets_blog_post_lang` pl ON pl.id_post = p.id_post AND pl.id_lang = 1
LEFT JOIN `ps_ets_blog_post_category` pc ON (pc.id_post=p.id_post)
WHERE p.id_shop='1' AND p.enabled=1 AND pc.id_category IN (SELECT id_category FROM `ps_ets_blog_post_category` WHERE id_post=9) AND p.id_post != 9
GROUP BY p.id_post
ORDER BY p.sort_order ASC, p.date_add DESC
LIMIT 0,5 |
1.443
ms
|
10 |
Yes
|
Yes
|
/modules/ets_blog/classes/Ets_blog_post.php:430
/modules/ets_blog/classes/Ets_blog_post.php:374 (getRelatedPosts)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
486 |
SELECT SQL_NO_CACHE p.*,pc.id_category, pl.image,pl.thumb, pl.title, pl.description, pl.short_description, pl.meta_keywords, pl.meta_description,pc.position,CONCAT(e.firstname,' ',e.lastname) as name_author
FROM `ps_ets_blog_post` p
LEFT JOIN `ps_ets_blog_post_lang` pl ON (p.id_post = pl.id_post AND pl.id_lang='1')
LEFT JOIN `ps_ets_blog_post_category` pc ON (p.id_post = pc.id_post )
LEFT JOIN `ps_employee` e ON (e.id_employee=p.added_by AND p.is_customer=0)
WHERE p.id_shop='1' AND p.enabled=1
GROUP BY p.id_post
ORDER BY p.date_add DESC, p.id_post DESC LIMIT 0, 10 |
1.298
ms
|
10 |
Yes
|
Yes
|
/modules/ets_blog/classes/Ets_blog_post.php:257
/modules/ets_blog/ets_blog.php:1151 (getPostsWithFilter)
/modules/ets_blog/ets_blog.php:1143 (displayBlogNewsBlock)
/modules/ets_blog/controllers/front/blog.php:53 (hookDisplayLeftColumn)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
232 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3508 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.887
ms
|
9 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
441 |
SELECT SQL_NO_CACHE p.*, pl.*, e.firstname, e.lastname
FROM `ps_ets_blog_post` p
LEFT JOIN `ps_ets_blog_post_lang` pl ON p.id_post = pl.id_post AND pl.id_lang=1
LEFT JOIN `ps_employee` e ON (e.id_employee=p.added_by)
WHERE p.id_post = 9 LIMIT 1 |
0.820
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:356
/modules/ets_blog/ets_blog.php:1115 (getPostById)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
550 |
SELECT SQL_NO_CACHE s.id_store AS `id`, s.*, sl.*
FROM ps_store s INNER JOIN ps_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN ps_store_lang sl ON (sl.id_store = s.id_store AND sl.id_lang = 1)
WHERE s.active = 1
ORDER BY sl.`name` ASC |
0.792
ms
|
1 |
Yes
|
|
/classes/Store.php:149
/modules/everblock/models/EverblockTools.php:86 (getStores)
/modules/everblock/models/EverblockTools.php:116 (getStoreLocatorData)
/modules/everblock/everblock.php:688 (generateGoogleMap)
/classes/Hook.php:993 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:718 (exec)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
514 |
SELECT SQL_NO_CACHE *
FROM `ps_everblock` eb
LEFT JOIN `ps_everblock_lang` `ebl` ON eb.id_everblock = ebl.id_everblock
WHERE (eb.id_hook = 29) AND (ebl.id_lang = 1) AND (eb.id_shop = 1) AND (eb.active = 1)
ORDER BY eb.position ASC |
0.784
ms
|
16 |
Yes
|
|
/modules/everblock/models/EverblockClass.php:251
/modules/everblock/everblock.php:763 (getBlocks)
/modules/everblock/everblock.php:71 (everHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:153 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
214 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3496 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.782
ms
|
9 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
482 |
SELECT SQL_NO_CACHE COUNT(bc.id_comment) as total_comment
FROM `ps_ets_blog_comment` bc
INNER JOIN `ps_ets_blog_post` p ON (p.id_post=bc.id_post)
LEFT JOIN `ps_ets_blog_post_lang` pl ON (p.id_post=pl.id_post AND pl.id_lang='1')
LEFT JOIN `ps_employee` e ON (e.id_employee=p.added_by)
WHERE p.enabled=1 AND p.id_shop=1 AND bc.approved = 1 AND bc.id_post=9 LIMIT 1 |
0.750
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_comment.php:178
/modules/ets_blog/controllers/front/blog.php:82 (countCommentsWithFilter)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.724
ms
|
120 |
|
|
/classes/module/Module.php:345
/modules/ets_blog/ets_blog.php:72 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
547 |
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 12 LIMIT 1 |
0.713
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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
0.703
ms
|
1077 |
|
|
/classes/Hook.php:1290
/classes/Hook.php:774 (getHookStatusByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
460 |
SELECT SQL_NO_CACHE DISTINCT cl.id_category, cl.title
FROM `ps_ets_blog_post_category` pc
LEFT JOIN `ps_ets_blog_category_lang` cl ON pc.id_category = cl.id_category AND cl.id_lang=1
WHERE pc.id_post=9 |
0.692
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:295
/modules/ets_blog/classes/Ets_blog_post.php:372 (getCategoriesStrByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
248 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3805 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.687
ms
|
9 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
67 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.684
ms
|
98 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:102 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
225 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3508) AND (b.`id_shop` = 1) LIMIT 1 |
0.648
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
495 |
SELECT SQL_NO_CACHE *
FROM `ps_everblock` eb
LEFT JOIN `ps_everblock_lang` `ebl` ON eb.id_everblock = ebl.id_everblock
WHERE (eb.id_hook = 26) AND (ebl.id_lang = 1) AND (eb.id_shop = 1) AND (eb.active = 1)
ORDER BY eb.position ASC |
0.616
ms
|
16 |
Yes
|
|
/modules/everblock/models/EverblockClass.php:251
/modules/everblock/everblock.php:763 (getBlocks)
/modules/everblock/everblock.php:71 (everHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
549 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('2607672', '', 'bubbleshop.pl/blog/post/9-czym-jest-bubble-tea?srsltid=AfmBOorBkSZpIlMO9wJAWsmRiTdgmJE_SQeYBSeq3az-5BLSSQn0CKjn', '', '2025-06-03 18:00:39') |
0.612
ms
|
1 |
|
|
/classes/ObjectModel.php:621
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
494 |
SELECT SQL_NO_CACHE *
FROM `ps_everblock` eb
LEFT JOIN `ps_everblock_lang` `ebl` ON eb.id_everblock = ebl.id_everblock
WHERE (eb.id_hook = 25) AND (ebl.id_lang = 1) AND (eb.id_shop = 1) AND (eb.active = 1)
ORDER BY eb.position ASC |
0.610
ms
|
16 |
Yes
|
|
/modules/everblock/models/EverblockClass.php:251
/modules/everblock/everblock.php:763 (getBlocks)
/modules/everblock/everblock.php:71 (everHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/0b/aa/a5/0baaa509d16413a7edd85ff81c7464eb23f56eb0_2.file.head.tpl.php:157 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/0b/aa/a5/0baaa509d16413a7edd85ff81c7464eb23f56eb0_2.file.head.tpl.php:304 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/0b/aa/a5/0baaa509d16413a7edd85ff81c7464eb23f56eb0_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b859ed58_31004004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
203 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3496) AND (b.`id_shop` = 1) LIMIT 1 |
0.566
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
93 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 8
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.564
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.535
ms
|
1077 |
|
|
/classes/Hook.php:1246
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:812 (getIdByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
310 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3161 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.528
ms
|
9 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
355 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 2558 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.527
ms
|
16 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
496 |
SELECT SQL_NO_CACHE *
FROM `ps_everblock` eb
LEFT JOIN `ps_everblock_lang` `ebl` ON eb.id_everblock = ebl.id_everblock
WHERE (eb.id_hook = 27) AND (ebl.id_lang = 1) AND (eb.id_shop = 1) AND (eb.active = 1)
ORDER BY eb.position ASC |
0.523
ms
|
16 |
Yes
|
|
/modules/everblock/models/EverblockClass.php:251
/modules/everblock/everblock.php:763 (getBlocks)
/modules/everblock/everblock.php:71 (everHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:57 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
480 |
SELECT SQL_NO_CACHE *
FROM `ps_employee` a
LEFT JOIN `ps_employee_shop` `c` ON a.`id_employee` = c.`id_employee` AND c.`id_shop` = 1
WHERE (a.`id_employee` = 8) LIMIT 1 |
0.510
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Employee.php:167 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:407 (__construct)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
295 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3505 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.501
ms
|
10 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
461 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_ets_blog_category` c
LEFT JOIN `ps_ets_blog_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang=1
WHERE c.id_shop='1' AND c.id_category IN (SELECT id_category FROM `ps_ets_blog_post_category` WHERE id_post = 9)
AND c.enabled = 1 |
0.499
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:447
/modules/ets_blog/classes/Ets_blog_post.php:373 (getCategories)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
508 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) 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.498
ms
|
1 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:102 (getCustomerCartRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/ps_shoppingcart/ps_shoppingcart.php:97 (present)
/modules/ps_shoppingcart/ps_shoppingcart.php:115 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
241 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3805) AND (b.`id_shop` = 1) LIMIT 1 |
0.491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
263 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3806 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.483
ms
|
9 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
21 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.474
ms
|
66 |
Yes
|
|
/classes/Dispatcher.php:633
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
66 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-06-03 00:00:00" AND date_to <= "2025-06-03 23:59:59") OR (date_from >= "2025-06-03 00:00:00" AND date_from <= "2025-06-03 23:59:59") OR (date_from < "2025-06-03 00:00:00" AND date_to > "2025-06-03 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.458
ms
|
324 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:102 (getCustomerCartRules)
/classes/Cart.php:3021 (getCustomerCartRules)
/classes/Cart.php:3405 (getDeliveryOptionList)
/classes/Cart.php:3478 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2173 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
548 |
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('2896532', '18', '3628718228', '', '1', '1', '2025-06-03 18:00:39') |
0.454
ms
|
1 |
|
|
/classes/ObjectModel.php:621
/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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
279 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3387 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.448
ms
|
9 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
325 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3159 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.434
ms
|
9 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
340 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 14, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 14) AND
`id_group` IN (0, 1) AND `id_product` = 3812 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.426
ms
|
9 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
68 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-06-03 00:00:00" AND date_to <= "2025-06-03 23:59:59") OR (date_from >= "2025-06-03 00:00:00" AND date_from <= "2025-06-03 23:59:59") OR (date_from < "2025-06-03 00:00:00" AND date_to > "2025-06-03 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.413
ms
|
324 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:102 (getCustomerCartRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
28 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.408
ms
|
120 |
|
|
/classes/module/Module.php:345
/modules/ets_onepagecheckout/ets_onepagecheckout.php:58 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
233 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3508) |
0.399
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
30 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.396
ms
|
120 |
|
|
/classes/module/Module.php:345
/modules/mbeshipping/mbeshipping.php:92 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
23 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.394
ms
|
120 |
|
|
/classes/module/Module.php:345
/modules/ps_mbo/ps_mbo.php:116 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
399 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (264) |
0.393
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
304 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3161) AND (b.`id_shop` = 1) LIMIT 1 |
0.393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
257 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3806) AND (b.`id_shop` = 1) LIMIT 1 |
0.392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.390
ms
|
120 |
|
|
/classes/module/Module.php:345
/modules/klaviyopsautomation/includes/KlaviyoPsModule.php:114 (__construct)
/modules/klaviyopsautomation/klaviyopsautomation.php:39 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
215 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3496) |
0.390
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
452 |
SELECT SQL_NO_CACHE * FROM ps_blmod_xml_feeds f
WHERE f.feed_mode = "s"
ORDER BY f.id DESC |
0.387
ms
|
8 |
|
|
/modules/xmlfeeds/xmlfeeds.php:2661
/modules/xmlfeeds/xmlfeeds.php:2582 (getSkroutzFeedSettings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
487 |
SELECT SQL_NO_CACHE c.id_category, cl.title,cl.image,cl.thumb
FROM `ps_ets_blog_category` c
LEFT JOIN `ps_ets_blog_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 1
WHERE c.id_parent = 0 AND c.enabled = 1 AND c.id_shop='1' GROUP BY c.id_category ORDER BY c.sort_order |
0.382
ms
|
1 |
Yes
|
Yes
|
/modules/ets_blog/classes/Ets_blog_obj.php:721
/modules/ets_blog/classes/Ets_blog_obj.php:638 (getChildrenBlogCategories)
/modules/ets_blog/ets_blog.php:1197 (getBlogCategoriesTree)
/modules/ets_blog/ets_blog.php:1144 (displayBlogCategoriesBlock)
/modules/ets_blog/controllers/front/blog.php:53 (hookDisplayLeftColumn)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
518 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.377
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
224 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3508
AND image_shop.`cover` = 1 LIMIT 1 |
0.373
ms
|
3 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
407 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (378) |
0.372
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
223 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (318) |
0.370
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
515 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
511 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.361
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:621 (getMessage)
/classes/Hook.php:993 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:153 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
201 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (264) |
0.359
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
415 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (346) |
0.358
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
334 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3812) AND (b.`id_shop` = 1) LIMIT 1 |
0.354
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
202 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3496
AND image_shop.`cover` = 1 LIMIT 1 |
0.352
ms
|
1 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.351
ms
|
9 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:28 (require)
|
69 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE ((cr.`id_customer` = 0 OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))) 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.348
ms
|
1 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:102 (getCustomerCartRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
288 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3505) AND (b.`id_shop` = 1) LIMIT 1 |
0.346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
256 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3806
AND image_shop.`cover` = 1 LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
319 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3159) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
249 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3805) |
0.337
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
272 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3387) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
507 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/modules/ps_shoppingcart/ps_shoppingcart.php:97 (__construct)
/modules/ps_shoppingcart/ps_shoppingcart.php:115 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
512 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.331
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:153 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
403 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (318) |
0.329
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
220 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3508 LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
239 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (378) |
0.325
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
65 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/Cart.php:4191
/classes/Cart.php:4166 (hasProducts)
/classes/Cart.php:2117 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
349 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2558) AND (b.`id_shop` = 1) LIMIT 1 |
0.324
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
489 |
SELECT SQL_NO_CACHE count(DISTINCT p.id_post)
FROM `ps_ets_blog_post` p
LEFT JOIN `ps_ets_blog_post_lang` pl ON (p.id_post = pl.id_post AND pl.id_lang='1')
LEFT JOIN `ps_ets_blog_post_category` pc ON p.id_post = pc.id_post
LEFT JOIN `ps_employee` e ON (e.id_employee=p.added_by AND p.is_customer=0)
WHERE p.id_shop = 1 AND pc.id_category="1" AND p.enabled=1 LIMIT 1 |
0.321
ms
|
10 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:243
/modules/ets_blog/classes/Ets_blog_obj.php:678 (countPostsWithFilter)
/modules/ets_blog/classes/Ets_blog_obj.php:644 (getBlogCategoriesTree)
/modules/ets_blog/ets_blog.php:1197 (getBlogCategoriesTree)
/modules/ets_blog/ets_blog.php:1144 (displayBlogCategoriesBlock)
/modules/ets_blog/controllers/front/blog.php:53 (hookDisplayLeftColumn)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
207 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3496 LIMIT 1 |
0.318
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
255 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (378) |
0.316
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
542 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.314
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:807 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:454 (getMessage)
/classes/Hook.php:993 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'bubbleshop.pl' OR su.domain_ssl = 'bubbleshop.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.313
ms
|
9 |
Yes
|
|
/classes/shop/Shop.php:1363
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:28 (require)
|
411 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.313
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
416 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3505
AND image_shop.`cover`= 1 LIMIT 1 |
0.313
ms
|
6 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
361 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (264) |
0.311
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
280 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3387) |
0.308
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
377 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (346) |
0.308
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
229 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3508 LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
216 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
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.303
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3942 (getTaxCalculator)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
419 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.302
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
545 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 2896532
AND `date_add` > '2025-06-03 17:30:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.302
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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
235 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3508
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.302
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
520 |
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position` |
0.298
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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
240 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3805
AND image_shop.`cover` = 1 LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
472 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
LEFT JOIN `ps_ets_blog_post_lang` `b` ON a.`id_post` = b.`id_post` AND b.`id_lang` = 1
WHERE (a.`id_post` = 12) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/ets_blog.php:1086 (__construct)
/modules/ets_blog/ets_blog.php:797 (getPostAlias)
/modules/ets_blog/classes/Ets_blog_post.php:385 (getLink)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3508) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.293
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
296 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3505) |
0.292
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
365 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (318) |
0.292
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
397 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item WHERE id_shop=1 AND block = 'home page 2' AND id=3 |
0.290
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:362
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
326 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3159) |
0.290
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
210 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.289
ms
|
20588 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
435 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item WHERE id_shop=1 AND block = 'none' AND id=4 |
0.289
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:362
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
510 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.285
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/quantitydiscountpro.php:806 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:621 (getMessage)
/classes/Hook.php:993 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:153 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
359 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item WHERE id_shop=1 AND block = 'none' AND id=2 |
0.285
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:362
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
479 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_ets_blog_category` c
LEFT JOIN `ps_ets_blog_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang=1
WHERE c.id_shop='1' AND c.id_category IN (SELECT id_category FROM `ps_ets_blog_post_category` WHERE id_post = 13)
AND c.enabled = 1 |
0.285
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:447
/modules/ets_blog/classes/Ets_blog_post.php:436 (getCategories)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
19 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.283
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:921 (isHookCallableOn)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
483 |
SELECT SQL_NO_CACHE bc.*,pl.thumb,pl.title
FROM `ps_ets_blog_comment` bc
INNER JOIN `ps_ets_blog_post` p ON (p.id_post=bc.id_post)
LEFT JOIN `ps_ets_blog_post_lang` pl ON (p.id_post=pl.id_post AND pl.id_lang='1')
LEFT JOIN `ps_employee` e ON (e.id_employee=p.added_by)
WHERE p.enabled=1 AND p.id_shop=1 AND bc.approved = 1 AND bc.id_post=9
GROUP BY bc.id_comment
ORDER BY bc.id_comment desc, bc.id_comment desc LIMIT 0, 5 |
0.283
ms
|
1 |
|
Yes
|
/modules/ets_blog/classes/Ets_blog_comment.php:191
/modules/ets_blog/controllers/front/blog.php:87 (getCommentsWithFilter)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
219 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3496
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.282
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
474 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post_lang`
WHERE `id_post` = 12 |
0.282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:435 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
427 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (378) |
0.281
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
71 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.281
ms
|
9 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:108 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
72 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_blog-blog"
OR m.page = "moduleets_blogblog"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.279
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1734 (getMetaTags)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
389 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (378) |
0.278
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
540 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.278
ms
|
1 |
|
|
/classes/Meta.php:193
/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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
230 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3508 LIMIT 1 |
0.277
ms
|
9 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
393 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.277
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
369 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (378) |
0.273
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
484 |
SELECT SQL_NO_CACHE AVG(rating) FROM `ps_ets_blog_comment` WHERE id_post="9" AND approved=1 LIMIT 1 |
0.272
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:467
/modules/ets_blog/controllers/front/blog.php:110 (getAvgRating)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
544 |
INSERT INTO `ps_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.272
ms
|
1 |
|
|
/classes/ObjectModel.php:621
/classes/ObjectModel.php:575 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
437 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item WHERE id_shop=1 AND block = 'none' AND id=5 |
0.270
ms
|
0 |
|
|
/modules/baproductscarousel/baproductscarousel.php:362
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
431 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.270
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
236 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3805 LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
381 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.269
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
402 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3496
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.266
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
385 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.265
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
459 |
SELECT SQL_NO_CACHE p.*, pl.*, e.firstname, e.lastname
FROM `ps_ets_blog_post` p
LEFT JOIN `ps_ets_blog_post_lang` pl ON p.id_post = pl.id_post AND pl.id_lang=1
LEFT JOIN `ps_employee` e ON (e.id_employee=p.added_by)
WHERE p.id_post = 9 LIMIT 1 |
0.265
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:356
/modules/ets_blog/classes/Ets_blog_post.php:367 (getPostById)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
227 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3508
AND image_shop.`cover`= 1 LIMIT 1 |
0.264
ms
|
6 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
423 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.264
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
100 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 14
AND tr.`id_tax_rules_group` = 10
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.263
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
491 |
SELECT SQL_NO_CACHE count(*) as total_post,YEAR(p.date_add) as year_add
FROM `ps_ets_blog_post` p
WHERE p.id_shop= "1" AND p.enabled=1 GROUP BY year_add ORDER BY year_add DESC |
0.263
ms
|
10 |
Yes
|
|
/modules/ets_blog/classes/Ets_blog_post.php:331
/modules/ets_blog/ets_blog.php:1246 (getYearsHasBlogPost)
/modules/ets_blog/ets_blog.php:1146 (displayblogArchivesBlock)
/modules/ets_blog/controllers/front/blog.php:53 (hookDisplayLeftColumn)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
537 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
362 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3496
AND image_shop.`cover`= 1 LIMIT 1 |
0.262
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
205 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3496
AND image_shop.`cover`= 1 LIMIT 1 |
0.261
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
209 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3496 LIMIT 1 |
0.261
ms
|
9 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
212 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-06-03 00:00:00' AND '2025-06-03 23:59:59' LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
228 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
373 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.261
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3496) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.260
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
364 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3496
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.258
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
245 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3805 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
378 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3505
AND image_shop.`cover`= 1 LIMIT 1 |
0.258
ms
|
6 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
467 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_ets_blog_category` c
LEFT JOIN `ps_ets_blog_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang=1
WHERE c.id_shop='1' AND c.id_category IN (SELECT id_category FROM `ps_ets_blog_post_category` WHERE id_post = 10)
AND c.enabled = 1 |
0.258
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:447
/modules/ets_blog/classes/Ets_blog_post.php:436 (getCategories)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
311 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3161) |
0.257
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
490 |
SELECT SQL_NO_CACHE c.id_category, cl.title,cl.image,cl.thumb
FROM `ps_ets_blog_category` c
LEFT JOIN `ps_ets_blog_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 1
WHERE c.id_parent = 1 AND c.enabled = 1 AND c.id_shop='1' GROUP BY c.id_category ORDER BY c.sort_order |
0.257
ms
|
1 |
Yes
|
Yes
|
/modules/ets_blog/classes/Ets_blog_obj.php:721
/modules/ets_blog/classes/Ets_blog_obj.php:680 (getChildrenBlogCategories)
/modules/ets_blog/classes/Ets_blog_obj.php:644 (getBlogCategoriesTree)
/modules/ets_blog/ets_blog.php:1197 (getBlogCategoriesTree)
/modules/ets_blog/ets_blog.php:1144 (displayBlogCategoriesBlock)
/modules/ets_blog/controllers/front/blog.php:53 (hookDisplayLeftColumn)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
400 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3496
AND image_shop.`cover`= 1 LIMIT 1 |
0.256
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
356 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 2558) |
0.255
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
426 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3159
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.254
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
251 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3805
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.254
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
475 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_ets_blog_category` c
LEFT JOIN `ps_ets_blog_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang=1
WHERE c.id_shop='1' AND c.id_category IN (SELECT id_category FROM `ps_ets_blog_post_category` WHERE id_post = 12)
AND c.enabled = 1 |
0.253
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:447
/modules/ets_blog/classes/Ets_blog_post.php:436 (getCategories)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
488 |
SELECT SQL_NO_CACHE c.id_category, cl.title,cl.image
FROM `ps_ets_blog_category` c
LEFT JOIN `ps_ets_blog_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang = 1
WHERE c.id_category = 1 AND c.enabled = 1 GROUP BY c.id_category LIMIT 1 |
0.253
ms
|
1 |
|
Yes
|
/modules/ets_blog/classes/Ets_blog_obj.php:673
/modules/ets_blog/classes/Ets_blog_obj.php:644 (getBlogCategoriesTree)
/modules/ets_blog/ets_blog.php:1197 (getBlogCategoriesTree)
/modules/ets_blog/ets_blog.php:1144 (displayBlogCategoriesBlock)
/modules/ets_blog/controllers/front/blog.php:53 (hookDisplayLeftColumn)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
208 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
471 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_ets_blog_category` c
LEFT JOIN `ps_ets_blog_category_lang` cl ON c.id_category = cl.id_category AND cl.id_lang=1
WHERE c.id_shop='1' AND c.id_category IN (SELECT id_category FROM `ps_ets_blog_post_category` WHERE id_post = 11)
AND c.enabled = 1 |
0.251
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:447
/modules/ets_blog/classes/Ets_blog_post.php:436 (getCategories)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
198 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3496 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
252 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3806 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
541 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.250
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/quantitydiscountpro.php:806 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:454 (getMessage)
/classes/Hook.php:993 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
368 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3508
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.250
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
376 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3387
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.250
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3805) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.248
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
318 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3159
AND image_shop.`cover` = 1 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
352 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 2558 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
493 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.247
ms
|
4 |
|
|
/classes/Currency.php:1138
/classes/Currency.php:1155 (countActiveCurrencies)
/classes/module/Module.php:2201 (isMultiCurrencyActivated)
/modules/everblock/everblock.php:743 (getCacheId)
/modules/everblock/everblock.php:71 (everHook)
/classes/Hook.php:993 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/0b/aa/a5/0baaa509d16413a7edd85ff81c7464eb23f56eb0_2.file.head.tpl.php:157 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/0b/aa/a5/0baaa509d16413a7edd85ff81c7464eb23f56eb0_2.file.head.tpl.php:304 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/0b/aa/a5/0baaa509d16413a7edd85ff81c7464eb23f56eb0_2.file.head.tpl.php:39 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b859ed58_31004004)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
264 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3806) |
0.246
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
302 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.245
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
333 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3812
AND image_shop.`cover` = 1 LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
451 |
SELECT SQL_NO_CACHE * FROM ps_xallegro_configuration |
0.244
ms
|
119 |
|
|
/modules/x13allegro/classes/php81/XAllegroConfiguration.php:0
/modules/x13allegro/classes/php81/XAllegroConfiguration.php:0 (loadConfiguration)
/modules/x13allegro/x13allegro.php:72 (get)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
13 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/Language.php:1185
/classes/Language.php:1474 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
380 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3505
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.243
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
370 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3805
AND image_shop.`cover`= 1 LIMIT 1 |
0.242
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
206 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.241
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
303 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3161
AND image_shop.`cover` = 1 LIMIT 1 |
0.240
ms
|
2 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
372 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3805
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.240
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
414 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3387
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.240
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
341 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 3812) |
0.239
ms
|
1 |
|
|
/classes/Product.php:3850
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
366 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3508
AND image_shop.`cover`= 1 LIMIT 1 |
0.238
ms
|
6 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
394 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 2558
AND image_shop.`cover`= 1 LIMIT 1 |
0.238
ms
|
2 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
390 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3812
AND image_shop.`cover`= 1 LIMIT 1 |
0.238
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
443 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1 |
0.237
ms
|
9 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:270
/modules/quantitydiscountpro/quantitydiscountpro.php:427 (getQuantityDiscountRulesWithCondition)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
317 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.237
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
338 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3812 LIMIT 1 |
0.236
ms
|
9 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
434 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 2558
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.236
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
226 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 318 LIMIT 1 |
0.235
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
450 |
SELECT SQL_NO_CACHE COUNT(*)
FROM information_schema.tables
WHERE table_schema = "lodziarz_stage"
AND table_name = "ps_xallegro_configuration" LIMIT 1 |
0.235
ms
|
0 |
|
|
/modules/x13allegro/classes/php81/XAllegroConfiguration.php:0
/modules/x13allegro/classes/php81/XAllegroConfiguration.php:0 (loadConfiguration)
/modules/x13allegro/x13allegro.php:72 (get)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3806) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.234
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
412 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3387
AND image_shop.`cover`= 1 LIMIT 1 |
0.233
ms
|
2 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
211 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-06-03 00:00:00' AND '2025-06-03 23:59:59' LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
363 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
386 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3159
AND image_shop.`cover`= 1 LIMIT 1 |
0.232
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
388 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3159
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.232
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
396 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 2558
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.232
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
287 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3505
AND image_shop.`cover` = 1 LIMIT 1 |
0.230
ms
|
4 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
476 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
LEFT JOIN `ps_ets_blog_post_lang` `b` ON a.`id_post` = b.`id_post` AND b.`id_lang` = 1
WHERE (a.`id_post` = 13) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/ets_blog.php:1086 (__construct)
/modules/ets_blog/ets_blog.php:797 (getPostAlias)
/modules/ets_blog/classes/Ets_blog_post.php:385 (getLink)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:28 (require)
|
246 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3805 LIMIT 1 |
0.228
ms
|
9 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
384 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3161
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.227
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
85 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item |
0.226
ms
|
8 |
|
|
/modules/baproductscarousel/baproductscarousel.php:180
/modules/baproductscarousel/baproductscarousel.php:266 (fixjs)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
244 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
328 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3159
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.226
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
406 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3508
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.226
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
408 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3805
AND image_shop.`cover`= 1 LIMIT 1 |
0.226
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
417 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
237 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3805 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
421 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
337 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3812 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
422 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3161
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.224
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
418 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3505
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.224
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
424 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3159
AND image_shop.`cover`= 1 LIMIT 1 |
0.224
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
204 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 264 LIMIT 1 |
0.223
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
231 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3508
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.222
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
410 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3805
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.222
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
186 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3240 AND id_shop=1 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
382 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3161
AND image_shop.`cover`= 1 LIMIT 1 |
0.221
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
404 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3508
AND image_shop.`cover`= 1 LIMIT 1 |
0.221
ms
|
6 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
420 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3161
AND image_shop.`cover`= 1 LIMIT 1 |
0.221
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
442 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
LEFT JOIN `ps_ets_blog_post_lang` `b` ON a.`id_post` = b.`id_post` AND b.`id_lang` = 1
WHERE (a.`id_post` = 9) LIMIT 1 |
0.220
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/ets_blog.php:1086 (__construct)
/modules/ets_blog/ets_blog.php:797 (getPostAlias)
/modules/ets_blog/ets_blog.php:1123 (getLink)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
313 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3161
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.220
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
38 |
SELECT SQL_NO_CACHE COUNT(*)
FROM `ps_hook_module`
WHERE `id_hook` = 76
AND `id_module` = 132
AND `id_shop` = 1 LIMIT 1 |
0.219
ms
|
1 |
|
|
/modules/x13allegro/classes/php81/XAllegroModuleCore.php:0
/modules/x13allegro/x13allegro.php:56 (isHookRegistered)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
299 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3161 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
392 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3812
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.219
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
374 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3387
AND image_shop.`cover`= 1 LIMIT 1 |
0.218
ms
|
2 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
213 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3496
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.217
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
221 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3508 LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
286 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (346) |
0.216
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
391 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
401 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.216
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
509 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.216
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:355 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:108 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/ps_shoppingcart/ps_shoppingcart.php:97 (present)
/modules/ps_shoppingcart/ps_shoppingcart.php:115 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
199 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3496 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
283 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3505 LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
383 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.215
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
430 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3812
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.215
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
432 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 2558
AND image_shop.`cover`= 1 LIMIT 1 |
0.215
ms
|
2 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
457 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
WHERE (a.`id_post` = 9) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/controllers/front/blog.php:68 (__construct)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
464 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
LEFT JOIN `ps_ets_blog_post_lang` `b` ON a.`id_post` = b.`id_post` AND b.`id_lang` = 1
WHERE (a.`id_post` = 10) LIMIT 1 |
0.215
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/ets_blog.php:1086 (__construct)
/modules/ets_blog/ets_blog.php:797 (getPostAlias)
/modules/ets_blog/classes/Ets_blog_post.php:385 (getLink)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
446 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 131
AND `id_shop` = 1 |
0.215
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigicookie/seigicookie.inc.php:875 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:231 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:204 (getConsentSettings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
271 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3387
AND image_shop.`cover` = 1 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
243 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3805
AND image_shop.`cover`= 1 LIMIT 1 |
0.214
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
307 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3161 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
39 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.213
ms
|
4 |
Yes
|
|
/classes/Currency.php:711
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
282 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3387
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.213
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
526 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) LIMIT 1 |
0.213
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
70 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.212
ms
|
3 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:355 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:108 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:501 (present)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
270 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.212
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
64 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "wkonepagecheckout" LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/wkgoogletagmanager/wkgoogletagmanager.php:846 (isInstalled)
/classes/Hook.php:993 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:948 (exec)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
348 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2558
AND image_shop.`cover` = 1 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:3563
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:54 (getCover)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
538 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 9) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
458 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post_lang`
WHERE `id_post` = 9 |
0.209
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/controllers/front/blog.php:68 (__construct)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
82 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_facebook" LIMIT 1 |
0.209
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:260 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/klaviyopsautomation/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
532 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 13) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
25 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.208
ms
|
4 |
|
|
/modules/ps_mbo/ps_mbo.php:346
/modules/ps_mbo/ps_mbo.php:124 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
530 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 11) LIMIT 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
535 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1 |
0.208
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
332 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (378) |
0.206
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
428 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3812
AND image_shop.`cover`= 1 LIMIT 1 |
0.206
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
7 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.205
ms
|
1 |
|
|
/classes/Language.php:1049
/config/config.inc.php:143 (loadLanguages)
/index.php:28 (require)
|
76 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.205
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:368 (getImagesTypes)
/classes/controller/FrontController.php:1571 (getNoPictureImage)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
234 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3508 AND `id_group` = 1 LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
387 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
468 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
LEFT JOIN `ps_ets_blog_post_lang` `b` ON a.`id_post` = b.`id_post` AND b.`id_lang` = 1
WHERE (a.`id_post` = 11) LIMIT 1 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/ets_blog.php:1086 (__construct)
/modules/ets_blog/ets_blog.php:797 (getPostAlias)
/modules/ets_blog/classes/Ets_blog_post.php:385 (getLink)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
552 |
SELECT SQL_NO_CACHE *
FROM `ps_store_lang`
WHERE `id_store` = 6 |
0.205
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Store.php:132 (__construct)
/modules/everblock/models/EverblockTools.php:98 (__construct)
/modules/everblock/models/EverblockTools.php:122 (getStoreCoordinates)
/modules/everblock/everblock.php:688 (generateGoogleMap)
/classes/Hook.php:993 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:718 (exec)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
413 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
305 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3161
AND image_shop.`cover`= 1 LIMIT 1 |
0.204
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
347 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, cl.`id_lang`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cl.`id_lang` = 1
AND c.`id_category` IN (272) |
0.203
ms
|
1 |
|
|
/classes/Category.php:2149
/modules/baproductscarousel/baproductscarousel.php:1855 (getCategoryInformation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:53 (getCategoryInformation)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3159) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.203
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
527 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 10 AND `id_shop` = 1 |
0.203
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
75 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/classes/controller/FrontController.php:1570 (__construct)
/classes/controller/FrontController.php:1697 (getTemplateVarUrls)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
192 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3714 AND id_shop=1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
253 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3806 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
298 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3505
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
551 |
SELECT SQL_NO_CACHE *
FROM `ps_store` a
LEFT JOIN `ps_store_shop` `c` ON a.`id_store` = c.`id_store` AND c.`id_shop` = 1
WHERE (a.`id_store` = 6) LIMIT 1 |
0.202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Store.php:132 (__construct)
/modules/everblock/models/EverblockTools.php:98 (__construct)
/modules/everblock/models/EverblockTools.php:122 (getStoreCoordinates)
/modules/everblock/everblock.php:688 (generateGoogleMap)
/classes/Hook.php:993 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:718 (exec)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
196 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3248 AND id_shop=1 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
292 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3505 LIMIT 1 |
0.202
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
539 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 9 AND `id_shop` = 1 |
0.202
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
184 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3236 AND id_shop=1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
187 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3834 AND id_shop=1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
195 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3747 AND id_shop=1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
379 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
455 |
SELECT SQL_NO_CACHE * FROM ps_topbanner WHERE status = 1 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/topbanner/classes/TopBannerClass.php:93
/modules/topbanner/topbanner.php:397 (getBanner)
/classes/Hook.php:993 (hookdisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
522 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
536 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1 |
0.201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
27 |
SELECT SQL_NO_CACHE m.`id_module` as `active`, ms.`id_module` as `shop_active`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms ON m.`id_module` = ms.`id_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.200
ms
|
4 |
|
|
/modules/ps_mbo/ps_mbo.php:346
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:61 (checkModuleStatus)
/classes/Hook.php:993 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
197 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3392 AND id_shop=1 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
258 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3806
AND image_shop.`cover`= 1 LIMIT 1 |
0.200
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
260 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3806 LIMIT 1 |
0.200
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.200
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
528 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 12) LIMIT 1 |
0.200
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
529 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 12 AND `id_shop` = 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
492 |
SELECT SQL_NO_CACHE count(*) as total_post, MONTH(p.date_add) as month_add
FROM `ps_ets_blog_post` p
WHERE p.id_shop="1" AND p.enabled=1 AND YEAR(date_add)="2024" GROUP BY month_add ORDER BY month_add DESC |
0.199
ms
|
10 |
Yes
|
|
/modules/ets_blog/classes/Ets_blog_post.php:338
/modules/ets_blog/ets_blog.php:1252 (getMonthsHasBlogPost)
/modules/ets_blog/ets_blog.php:1146 (displayblogArchivesBlock)
/modules/ets_blog/controllers/front/blog.php:53 (hookDisplayLeftColumn)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
521 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_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.198
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
190 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2534 AND id_shop=1 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
79 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1 |
0.197
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
266 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3806
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
350 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 2558
AND image_shop.`cover`= 1 LIMIT 1 |
0.197
ms
|
2 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:301 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:28 (require)
|
276 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3387 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
322 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 3159 LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Product.php:1105
/classes/Product.php:3807 (getDefaultAttribute)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
371 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.195
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
188 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3771 AND id_shop=1 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
395 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
191 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3748 AND id_shop=1 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
247 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3805
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
335 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3812
AND image_shop.`cover`= 1 LIMIT 1 |
0.194
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
367 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
462 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_category` a
LEFT JOIN `ps_ets_blog_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
WHERE (a.`id_category` = 1) LIMIT 1 |
0.194
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_category.php:68 (__construct)
/modules/ets_blog/ets_blog.php:1093 (__construct)
/modules/ets_blog/ets_blog.php:801 (getCategoryAlias)
/modules/ets_blog/classes/Ets_blog_post.php:451 (getLink)
/modules/ets_blog/classes/Ets_blog_post.php:373 (getCategories)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
6 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:28 (require)
|
217 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3496 AND `id_group` = 1 LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
351 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
534 |
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1 |
0.193
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
54 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.192
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
185 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3244 AND id_shop=1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
189 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3817 AND id_shop=1 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
46 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.191
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
193 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3393 AND id_shop=1 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
343 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 3812
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.191
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
456 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1028 LIMIT 1 |
0.191
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:867 (getNameById)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
3 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.190
ms
|
3 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:28 (require)
|
10 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:28 (require)
|
194 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3245 AND id_shop=1 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
314 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3159 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
523 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_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.190
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
56 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:687 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
261 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3806 LIMIT 1 |
0.189
ms
|
9 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3161) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.189
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
336 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
358 |
SELECT SQL_NO_CACHE (SUM(pc.`grade`) / COUNT(pc.`grade`)) AS grade
FROM `ps_product_comment` pc
WHERE pc.`id_product` = 2558
AND pc.`deleted` = 0 AND pc.`validate` = 1 LIMIT 1 |
0.189
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:197
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:103 (getAverageGrade)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
218 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.188
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3984 (getReductionByIdGroup)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
50 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
339 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3812
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
531 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 11 AND `id_shop` = 1 |
0.187
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
320 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3159
AND image_shop.`cover`= 1 LIMIT 1 |
0.186
ms
|
4 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
259 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
277 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3387 LIMIT 1 |
0.185
ms
|
9 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
306 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
425 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
517 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1 |
0.185
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
533 |
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 13 AND `id_shop` = 1 |
0.185
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
73 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
405 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
409 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
546 |
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'blog' LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Page.php:104
/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:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
83 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/module/Module.php:2106
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:54 (isEnabled)
/var/cache/dev/Ps_facebookFrontContainer.php:260 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/klaviyopsautomation/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
294 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3505
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
429 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
433 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
438 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item WHERE id_shop=1 AND block = 'none' AND id=6 |
0.182
ms
|
0 |
|
|
/modules/baproductscarousel/baproductscarousel.php:362
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
59 |
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.182
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
89 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item WHERE id_shop=1 AND block = 'none' AND id=1 |
0.182
ms
|
1 |
|
|
/modules/baproductscarousel/baproductscarousel.php:362
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
242 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 378 LIMIT 1 |
0.182
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
290 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3505
AND image_shop.`cover`= 1 LIMIT 1 |
0.182
ms
|
6 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
543 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.182
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:89 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:55 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php:61 (manageData)
/modules/ps_googleanalytics/ps_googleanalytics.php:134 (run)
/classes/Hook.php:993 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
88 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item |
0.181
ms
|
8 |
|
|
/modules/baproductscarousel/baproductscarousel.php:274
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
308 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3161 LIMIT 1 |
0.181
ms
|
9 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
440 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item WHERE id_shop=1 AND block = 'none' AND id=8 |
0.181
ms
|
0 |
|
|
/modules/baproductscarousel/baproductscarousel.php:362
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
344 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 2558 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
478 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post_lang`
WHERE `id_post` = 13 |
0.180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:435 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
120 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3802 AND id_shop=1 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
499 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
24 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.178
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:337
/modules/ps_mbo/ps_mbo.php:124 (checkModuleStatus)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
312 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3161 AND `id_group` = 1 LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
439 |
SELECT SQL_NO_CACHE * FROM ps_product_carousel_item WHERE id_shop=1 AND block = 'home page 2' AND id=7 |
0.177
ms
|
0 |
|
|
/modules/baproductscarousel/baproductscarousel.php:362
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 2558) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.176
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
485 |
SELECT SQL_NO_CACHE COUNT(id_comment) FROM `ps_ets_blog_comment` WHERE id_post="9" AND approved=1 LIMIT 1 |
0.176
ms
|
1 |
|
|
/modules/ets_blog/classes/Ets_blog_post.php:473
/modules/ets_blog/controllers/front/blog.php:111 (getTotalReviews)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
505 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.176
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
293 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3505 LIMIT 1 |
0.175
ms
|
10 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
329 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3812 LIMIT 1 |
0.175
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
453 |
SELECT SQL_NO_CACHE `chosen` FROM `ps_pdinvoicebillpro`
WHERE id_cart = 0 LIMIT 1 |
0.175
ms
|
1 |
|
|
/modules/pdinvoicebillpro/pdinvoicebillpro_db.php:39
/modules/pdinvoicebillpro/pdinvoicebillpro.php:333 (get)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
466 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post_lang`
WHERE `id_post` = 10 |
0.175
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:435 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
183 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3849 AND id_shop=1 LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
353 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 2558 LIMIT 1 |
0.173
ms
|
18 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
274 |
SELECT SQL_NO_CACHE * FROM `ps_image_shop` image_shop
WHERE image_shop.`id_product` = 3387
AND image_shop.`cover`= 1 LIMIT 1 |
0.173
ms
|
2 |
|
|
/classes/Image.php:402
/modules/baproductscarousel/baproductscarousel.php:212 (getCover)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:73 (getImgFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
375 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.173
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
470 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post_lang`
WHERE `id_post` = 11 |
0.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:435 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
513 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 113 AND `id_shop` = 1 LIMIT 1 |
0.172
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:153 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
524 |
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2 |
0.172
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
40 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.171
ms
|
1 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
84 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1 |
0.171
ms
|
1 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:257
/src/Adapter/Module/ModuleDataProvider.php:228 (getModuleIdByName)
/src/Core/Module/ModuleManager.php:329 (isInstalled)
/modules/klaviyopsautomation/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83 (isInstalled)
/modules/klaviyopsautomation/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44 (isModuleInstalled)
/modules/klaviyopsautomation/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62 (getService)
/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php:65 (getPsAccountsService)
/var/cache/dev/Ps_facebookFrontContainer.php:260 (__construct)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:257 (getErrorHandlerService)
/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:231 (make)
/modules/klaviyopsautomation/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64 (get)
/modules/ps_facebook/ps_facebook.php:165 (getService)
/modules/ps_facebook/ps_facebook.php:328 (getService)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
9 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:28 (require)
|
16 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.168
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:710 (getHookAliasesFor)
/classes/Hook.php:803 (getHookModuleExecList)
/classes/Dispatcher.php:586 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:29 (getInstance)
|
291 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
32 |
SELECT SQL_NO_CACHE id_shop FROM ps_shop |
0.167
ms
|
3 |
|
|
/classes/shop/Shop.php:751
/classes/Hook.php:590 (getCompleteListOfShopsID)
/classes/module/Module.php:1058 (registerHook)
/modules/seigixsell/seigixsell.inc.php:886 (registerHook)
/modules/seigixsell/seigixsell.inc.php:196 (__construct)
/modules/seigixsell/seigixsell.inc.php:550 (getLicenserObject)
/classes/Hook.php:993 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
80 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 14 |
0.167
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
267 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 3387 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
323 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 3159 LIMIT 1 |
0.167
ms
|
9 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
91 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3496 AND id_shop=1 LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
250 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3805 AND `id_group` = 1 LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
95 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 34 |
0.166
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
321 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
501 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
29 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.165
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Adapter/Image/ImageRetriever.php:60 (isEnabled)
/src/Adapter/Presenter/Cart/CartPresenter.php:92 (__construct)
/classes/controller/FrontController.php:211 (__construct)
/classes/controller/ModuleFrontController.php:46 (__construct)
/modules/ets_blog/controllers/front/blog.php:31 (__construct)
/classes/controller/Controller.php:246 (__construct)
/classes/Dispatcher.php:504 (getController)
/index.php:29 (dispatch)
|
96 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3508 AND id_shop=1 LIMIT 1 |
0.164
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3812) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.164
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
5 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.163
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:28 (require)
|
31 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "seigixsell" LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/seigixsell/seigixsell.inc.php:140 (isInstalled)
/modules/seigixsell/seigixsell.inc.php:62 (moduleUpgrade)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1232 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1211 (coreLoadModule)
/classes/Hook.php:913 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
300 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3161 LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
444 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bestkit_opc" LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/modules/codfee/codfee.php:308 (isEnabled)
/modules/codfee/codfee.php:300 (hookHeader)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
61 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
516 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
454 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockbanner" LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/topbanner/topbanner.php:393 (isInstalled)
/classes/Hook.php:993 (hookdisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
525 |
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1 |
0.161
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (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:1004 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
519 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:108 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3b/80/5c/3b805ca8b82f2c6a1a57a2c783f3a1d09f82ce85_2.file.footer.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8655419_69047210)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
26 |
SELECT SQL_NO_CACHE `active`
FROM `ps_module`
WHERE `name` = "ps_mbo" LIMIT 1 |
0.160
ms
|
1 |
|
|
/modules/ps_mbo/ps_mbo.php:337
/modules/ps_mbo/src/Traits/Hooks/UseActionDispatcherBefore.php:61 (checkModuleStatus)
/classes/Hook.php:993 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
275 |
SELECT SQL_NO_CACHE c.*
FROM `ps_currency` c
WHERE (`deleted` = 0) AND (`id_currency` = 1) LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Currency.php:875
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:76 (getCurrency)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
34 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 128
AND `id_shop` = 1 |
0.159
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigixsell/seigixsell.inc.php:886 (registerHook)
/modules/seigixsell/seigixsell.inc.php:196 (__construct)
/modules/seigixsell/seigixsell.inc.php:550 (getLicenserObject)
/classes/Hook.php:993 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
58 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.159
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/classes/Tools.php:691 (isAssociatedToShop)
/classes/controller/FrontController.php:360 (setCurrency)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 3387) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.159
ms
|
1 |
|
|
/override/classes/stock/StockAvailable.php:230
/classes/Product.php:4326 (getQuantityAvailableByProduct)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
77 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 14 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
289 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 346 LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
309 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3161
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.158
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
553 |
SELECT SQL_NO_CACHE *
FROM `ps_everblock_shortcode` |
0.158
ms
|
1 |
|
|
/modules/everblock/models/EverblockShortcode.php:74
/modules/everblock/everblock.php:1160 (getAllShortcodes)
/modules/everblock/everblock.php:695 (getEverShortcodes)
/classes/Hook.php:993 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:718 (exec)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
86 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "blockwishlist" LIMIT 1 |
0.157
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/baproductscarousel/baproductscarousel.php:269 (isInstalled)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
36 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 128
AND `id_shop` = 3 |
0.156
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigixsell/seigixsell.inc.php:886 (registerHook)
/modules/seigixsell/seigixsell.inc.php:196 (__construct)
/modules/seigixsell/seigixsell.inc.php:550 (getLicenserObject)
/classes/Hook.php:993 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
281 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3387 AND `id_group` = 1 LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
11 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/ObjectModel.php:1728
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:28 (require)
|
41 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CZK') LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
143 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3843 AND id_shop=1 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
22 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.153
ms
|
1 |
|
|
/classes/module/Module.php:2015
/classes/Hook.php:881 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/index.php:29 (dispatch)
|
57 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.152
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1091 (__construct)
/classes/Tools.php:687 (getCurrencyInstance)
/classes/controller/FrontController.php:360 (setCurrency)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
273 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 272 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Category.php:1375
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/modules/baproductscarousel/baproductscarousel.php:203 (getProductLink)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:71 (getUrlFix)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
284 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3505 LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
35 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 128
AND `id_shop` = 2 |
0.152
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigixsell/seigixsell.inc.php:886 (registerHook)
/modules/seigixsell/seigixsell.inc.php:196 (__construct)
/modules/seigixsell/seigixsell.inc.php:550 (getLicenserObject)
/classes/Hook.php:993 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
81 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.152
ms
|
2 |
|
|
/classes/ObjectModel.php:1591
/classes/ObjectModel.php:1623 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1554 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:511 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
497 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.152
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
98 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3806 AND id_shop=1 LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
94 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 34) LIMIT 1 |
0.151
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
481 |
SELECT SQL_NO_CACHE id_shop FROM `ps_employee_shop` WHERE `id_employee` = 8 |
0.151
ms
|
4 |
|
|
/classes/ObjectModel.php:1796
/classes/Employee.php:174 (getAssociatedShops)
/modules/ets_blog/classes/Ets_blog_post.php:407 (__construct)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
503 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.151
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
37 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 128
AND `id_shop` = 4 |
0.148
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigixsell/seigixsell.inc.php:886 (registerHook)
/modules/seigixsell/seigixsell.inc.php:196 (__construct)
/modules/seigixsell/seigixsell.inc.php:550 (getLicenserObject)
/classes/Hook.php:993 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:29 (dispatch)
|
138 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3838 AND id_shop=1 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
324 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3159
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
345 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 2558 LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
47 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
297 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3505 AND `id_group` = 1 LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
278 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3387
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
354 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 2558
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
262 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 3806
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3817 (getSpecificPrice)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
43 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
45 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
268 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3387 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
60 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.145
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:427 (__construct)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
78 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1 |
0.145
ms
|
1 |
|
|
/classes/Country.php:402
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1716 (generateAddress)
/classes/controller/FrontController.php:507 (getTemplateVarShop)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
55 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.144
ms
|
1 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
465 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
WHERE (a.`id_post` = 10) LIMIT 1 |
0.144
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:435 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
315 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3159 LIMIT 1 |
0.143
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
473 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
WHERE (a.`id_post` = 12) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:435 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
477 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
WHERE (a.`id_post` = 13) LIMIT 1 |
0.143
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:435 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
49 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'HUF') LIMIT 1 |
0.142
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
74 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/module/Module.php:2106
/classes/controller/FrontController.php:1613 (isEnabled)
/classes/controller/FrontController.php:1756 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:506 (getTemplateVarPage)
/classes/controller/FrontController.php:569 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
102 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 2 |
0.141
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
449 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 131
AND `id_shop` = 4 |
0.141
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigicookie/seigicookie.inc.php:875 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:231 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:204 (getConsentSettings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
53 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'PLN') LIMIT 1 |
0.141
ms
|
1 |
|
|
/classes/Currency.php:895
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
469 |
SELECT SQL_NO_CACHE *
FROM `ps_ets_blog_post` a
WHERE (a.`id_post` = 11) LIMIT 1 |
0.140
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:73 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:435 (__construct)
/modules/ets_blog/classes/Ets_blog_post.php:386 (getCategoriesByIdPost)
/modules/ets_blog/controllers/front/blog.php:70 (getPost)
/modules/ets_blog/controllers/front/blog.php:52 (_initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
62 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2105 (getModuleIdByName)
/override/classes/CartRule.php:45 (isEnabled)
/classes/controller/FrontController.php:444 (autoAddToCart)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
115 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4050 AND id_shop=1 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
330 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 3812 LIMIT 1 |
0.139
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4323 (isPack)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:47 (getQuantity)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
447 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 131
AND `id_shop` = 2 |
0.139
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigicookie/seigicookie.inc.php:875 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:231 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:204 (getConsentSettings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
48 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.138
ms
|
1 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
357 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 2558 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
498 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 134 AND `id_shop` = 1 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:94 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
500 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.136
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
327 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3159 AND `id_group` = 1 LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
342 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3812 AND `id_group` = 1 LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
101 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 2) LIMIT 1 |
0.134
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:282 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5905 (getTaxCalculator)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
103 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3505 AND id_shop=1 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
99 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3387 AND id_shop=1 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
506 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.134
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
502 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
97 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3805 AND id_shop=1 LIMIT 1 |
0.133
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
51 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Language.php:852
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
52 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
161 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3176 AND id_shop=1 LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
448 |
SELECT SQL_NO_CACHE * FROM ps_hook_module
WHERE `id_hook` = 76
AND `id_module` = 131
AND `id_shop` = 3 |
0.132
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/Hook.php:599 (isModuleRegisteredOnHook)
/classes/module/Module.php:1058 (registerHook)
/modules/seigicookie/seigicookie.inc.php:875 (registerHook)
/modules/seigicookie/util/license.php:26 (__construct)
/modules/seigicookie/seigicookie.inc.php:231 (getLicenserObject)
/modules/seigicookie/seigicookie.inc.php:204 (getConsentSettings)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
4 |
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
0.132
ms
|
3 |
|
|
/classes/shop/Shop.php:1184
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:28 (require)
|
44 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1 |
0.132
ms
|
1 |
|
|
/classes/Language.php:852
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:282 (init)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
504 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/module/Module.php:2106
/classes/Hook.php:999 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:948 (coreRenderWidget)
/config/smarty.config.inc.php:205 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:110 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/59/7e/5d/597e5d96398291f7eb98b2a423a4f2315465e6ca_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85e39e7_97315658)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_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/bubbleshoplayouts_layout_full_width_tpl/3d/b5/ee/3db5eee069ddf0f7769410bb2e6c1d2c0047c226_2.file.layout-both-columns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b85834b1_31450050)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/78/ed/e2/78ede2906622df4c6afe7f28b0777244112542ec_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b8571631_56066756)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/00/ca/34/00ca3458e0c11d10000ad523b6430e93140491b7_2.file.page.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15b856a4d0_96642570)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/bubbleshoplayouts_layout_full_width_tpl/40/21/e7/4021e7125d808924f9313702d292303e9725dd52_2.module.ets_blogviewstemplatesfrontblog.tpl.php:31 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f1c26a80235_71176474)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:715 (fetch)
/classes/controller/FrontController.php:697 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
166 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3845 AND id_shop=1 LIMIT 1 |
0.131
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
265 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 3806 AND `id_group` = 1 LIMIT 1 |
0.130
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3980 (getValueForProduct)
/classes/Product.php:3707 (priceCalculation)
/var/cache/dev/smarty/compile/bubbleshop/22/08/8f/22088ff07b1c7cc972cb088f8df2c67eb60b7552_2.file.slide17.tpl.php:81 (getPriceStatic)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_683f15c05f23e8_13562438)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/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:2229 (fetch)
/modules/baproductscarousel/baproductscarousel.php:1157 (display)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
104 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3161 AND id_shop=1 LIMIT 1 |
0.128
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
179 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3835 AND id_shop=1 LIMIT 1 |
0.127
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
107 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2558 AND id_shop=1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
110 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3237 AND id_shop=1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
176 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3836 AND id_shop=1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
180 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3765 AND id_shop=1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
181 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3390 AND id_shop=1 LIMIT 1 |
0.126
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
445 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.126
ms
|
0 |
|
|
/classes/module/Module.php:2106
/modules/codfee/codfee.php:308 (isEnabled)
/modules/codfee/codfee.php:300 (hookHeader)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
139 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2748 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
162 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3350 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
169 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3202 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
177 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3764 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
178 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3246 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
63 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 91 AND `id_shop` = 1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2106
/override/classes/CartRule.php:45 (isEnabled)
/classes/controller/FrontController.php:444 (autoAddToCart)
/modules/ets_blog/controllers/front/blog.php:35 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
87 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/module/Module.php:2633
/classes/module/Module.php:2081 (getModuleIdByName)
/modules/baproductscarousel/baproductscarousel.php:270 (isInstalled)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
105 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3159 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
106 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3812 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
121 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3492 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
129 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 2556 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
131 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3659 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
142 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3178 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
167 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3497 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
174 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3851 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
175 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3388 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
182 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3242 AND id_shop=1 LIMIT 1 |
0.125
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
116 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4052 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
113 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4053 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
114 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4051 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
117 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3326 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
119 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3801 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
125 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3883 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
141 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3825 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
149 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3177 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
170 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3263 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
173 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3383 AND id_shop=1 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
108 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3223 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
109 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3224 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
111 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4054 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
112 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4055 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
118 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3136 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
122 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3510 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
123 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3187 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
126 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3884 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
128 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3893 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
140 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3611 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
144 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3831 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
147 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3841 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
150 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3848 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
155 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3847 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
156 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3489 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
157 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3490 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
158 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3832 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
159 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3840 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
160 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3842 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
163 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3846 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
164 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3175 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
165 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3180 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
168 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3620 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
172 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3143 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
127 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3319 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
130 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3379 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
145 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3536 AND id_shop=1 LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
124 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3201 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
132 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3811 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
134 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4044 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
135 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3101 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
136 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3365 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
137 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3134 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
148 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3535 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
151 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3225 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
152 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3151 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
133 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3525 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
146 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3517 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
153 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3844 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
171 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3804 AND id_shop=1 LIMIT 1 |
0.122
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
154 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 3179 AND id_shop=1 LIMIT 1 |
0.121
ms
|
1 |
|
|
/classes/Product.php:6809
/classes/Product.php:5904 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:1675 (getTaxesInformations)
/modules/baproductscarousel/baproductscarousel.php:549 (getProducts)
/modules/baproductscarousel/baproductscarousel.php:277 (templateslide)
/classes/Hook.php:993 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:928 (callHookOn)
/classes/controller/FrontController.php:577 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/ets_blog/controllers/front/blog.php:48 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:29 (dispatch)
|
Leave a comment