| 115 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity,IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute,
pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
m.`name` AS manufacturer_name, p.`id_manufacturer` as id_manufacturer,
image_shop.`id_image` id_image, il.`legend`,
ps.`quantity` AS sales, t.`rate`, pl.`meta_keywords`, pl.`meta_title`, pl.`meta_description`,
DATEDIFF(p.`date_add`, DATE_SUB("2025-11-17 00:00:00",
INTERVAL 60 DAY)) > 0 AS new FROM `ps_product_sale` ps
LEFT JOIN `ps_product` p ON ps.`id_product` = p.`id_product`
LEFT JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2) LEFT JOIN `ps_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=2) LEFT JOIN `ps_product_lang` pl
ON p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 4 AND pl.id_shop = 2
LEFT JOIN `ps_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=2)
LEFT JOIN `ps_image_lang` il ON (image_shop.`id_image` = il.`id_image` AND il.`id_lang` = 4)
LEFT JOIN `ps_manufacturer` m ON (m.`id_manufacturer` = p.`id_manufacturer`)
LEFT JOIN `ps_tax_rule` tr ON (product_shop.`id_tax_rules_group` = tr.`id_tax_rules_group`)
AND tr.`id_country` = 21
AND tr.`id_state` = 0
LEFT JOIN `ps_tax` t ON (t.`id_tax` = tr.`id_tax`)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
WHERE product_shop.`active` = 1
AND product_shop.`visibility` != 'none' AND EXISTS(SELECT 1 FROM `ps_category_product` cp
JOIN `ps_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`)
ORDER BY `sales` DESC
LIMIT 4464, 16 |
625.952
ms
|
54845 |
|
|
/classes/ProductSale.php:151
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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`) |
121.577
ms
|
29087 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 381 |
SELECT SQL_NO_CACHE COUNT(ps.`id_product`) AS nb
FROM `ps_product_sale` ps
LEFT JOIN `ps_product` p ON p.`id_product` = ps.`id_product`
LEFT JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2)
WHERE product_shop.`active` = 1 LIMIT 1 |
62.797
ms
|
6028 |
|
|
/classes/ProductSale.php:60
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:79 (getNbSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18022 LIMIT 1 |
21.739
ms
|
29 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 2)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 2
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 4
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
18.531
ms
|
1569 |
Yes
|
Yes
|
/classes/Category.php:799
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:295 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:263 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18038 LIMIT 1 |
6.793
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
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 = 2 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` = 2) AND (mg.id_shop = 2 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
5.249
ms
|
740 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 129 |
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 = 2)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
5.229
ms
|
887 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18072 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
4.949
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18038 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4.303
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE *
from information_schema.TABLES
where TABLE_SCHEMA='sandbox_ps_topfun' and TABLE_NAME like '%st_instagram_bind' |
3.158
ms
|
0 |
|
|
/modules/stinstagram/stinstagram.php:3295
/modules/stinstagram/stinstagram.php:92 (checkAccessToken)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
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 = 2)
WHERE i.`id_product` = 18038
AND image_shop.`cover` = 1 LIMIT 1 |
2.858
ms
|
9 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
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 |
2.468
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:3925 (getManager)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "shiptopay" LIMIT 1 |
2.434
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/redsys/redsys.php:125 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:119 (newInstanceArgs)
/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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 2 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 2)
WHERE cp.`id_product` IN (18111,18102,18097,18086,18079,18076,18072,18062,18042,18040,18038,18034,18022,18017,18015,18013) AND cl.`id_lang` = 4
ORDER BY c.`level_depth` DESC |
2.322
ms
|
141 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:628 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
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 = 2)
WHERE i.`id_product` = 18040
AND image_shop.`cover` = 1 LIMIT 1 |
2.320
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18038) AND (id_product_attribute = 13754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
2.244
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18040 LIMIT 1 |
2.209
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
2.190
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
2.148
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-11-17 00:00:00',
INTERVAL 60 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 2
AND pl.id_lang = 4
LEFT JOIN ps_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 2
WHERE p.id_product IN (18111,18102,18097,18086,18079,18076,18072,18062,18042,18040,18038,18034,18022,18017,18015,18013) |
2.118
ms
|
16 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE snl.*, snll.`content`
FROM `ps_st_news_letter` snl
INNER JOIN ps_st_news_letter_shop st_news_letter_shop
ON (st_news_letter_shop.id_st_news_letter = snl.id_st_news_letter AND st_news_letter_shop.id_shop = 2)
LEFT JOIN `ps_st_news_letter_lang` snll ON (snl.`id_st_news_letter` = snll.`id_st_news_letter`)
WHERE snl.`active`=1 AND snll.`id_lang` = 4 AND snl.`location` IN (4)
ORDER BY snl.`position` |
2.036
ms
|
5 |
Yes
|
|
/modules/stnewsletter/classes/StNewsLetterClass.php:243
/modules/stnewsletter/stnewsletter.php:1758 (getNewsLetter)
/modules/stnewsletter/stnewsletter.php:1814 (_prepareHook)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
2.003
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.967
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 2)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 4 AND snl.`active`=1
ORDER BY snl.`location`, snl.`position` |
1.965
ms
|
31 |
Yes
|
|
/modules/stsidebar/classes/StSidebarClass.php:116
/modules/stsidebar/stsidebar.php:1371 (getAll)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.895
ms
|
1111 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 490 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.883
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.863
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.859
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 2)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 2 AND cl.id_shop = 2 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.832
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:924
/modules/ps_categorytree/ps_categorytree.php:286 (getSubCategories)
/modules/ps_categorytree/ps_categorytree.php:263 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.829
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.810
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.805
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.803
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.799
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.793
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.783
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18040) AND (id_product_attribute = 13764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.780
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.778
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.772
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.753
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.741
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.736
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.726
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.718
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 2)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 4
ORDER BY snl.`position` |
1.697
ms
|
4 |
Yes
|
|
/modules/stnotification/classes/StNotificationClass.php:213
/modules/stnotification/stnotification.php:1252 (getNotification)
/modules/stnotification/stnotification.php:1245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18022) AND (b.`id_shop` = 2) LIMIT 1 |
1.695
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_notification` snl
INNER JOIN ps_st_notification_shop st_notification_shop
ON (st_notification_shop.id_st_notification = snl.id_st_notification AND st_notification_shop.id_shop = 2)
LEFT JOIN `ps_st_notification_lang` snll ON (snl.`id_st_notification` = snll.`id_st_notification`)
WHERE snl.`active`=1 AND snll.`id_lang` = 4
ORDER BY snl.`position` |
1.620
ms
|
4 |
Yes
|
|
/modules/stnotification/classes/StNotificationClass.php:213
/modules/stnotification/stnotification.php:1252 (getNotification)
/modules/stnotification/stnotification.php:1245 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:628 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18040 LIMIT 1 |
1.586
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.554
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1036 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:341 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18034 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18034 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.543
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 18042
AND pac.`id_product_attribute` = 13775
AND agl.`id_lang` = 4 |
1.525
ms
|
1 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.493
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product_shop` p
INNER JOIN `ps_product_lang` `l` ON l.id_product=p.id_product and l.id_lang=4
WHERE (p.active=1 and p.id_shop=2 and l.link_rewrite is not null and l.link_rewrite!='') LIMIT 1 |
1.461
ms
|
26542 |
|
|
/modules/steasybuilder/steasybuilder.php:1389
/modules/steasybuilder/steasybuilder.php:806 (getLocation)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:339 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18038 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.457
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE snl.*, snll.*
FROM `ps_st_sidebar` snl
INNER JOIN ps_st_sidebar_shop st_sidebar_shop
ON (st_sidebar_shop.id_st_sidebar = snl.id_st_sidebar AND st_sidebar_shop.id_shop = 2)
LEFT JOIN `ps_st_sidebar_lang` snll ON (snl.`id_st_sidebar` = snll.`id_st_sidebar`)
WHERE snll.`id_lang` = 4 AND snl.`active`=1
ORDER BY snl.`location`, snl.`position` |
1.438
ms
|
31 |
Yes
|
|
/modules/stsidebar/classes/StSidebarClass.php:116
/modules/stsidebar/stsidebar.php:1325 (getAll)
/modules/stsidebar/stsidebar.php:1347 (hookDisplayMobileBar)
/classes/Hook.php:1043 (hookDisplayMobileBarLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:197 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18042 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.421
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18034
ORDER BY `position` |
1.408
ms
|
12 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18040) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
1.393
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.388
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE 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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18040) |
1.383
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
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 = 2 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.370
ms
|
61 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 286 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18038) AND (b.`id_shop` = 2) LIMIT 1 |
1.302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasybuilder" LIMIT 1 |
1.278
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/stthemeeditor/stthemeeditor.php:4197 (isInstalled)
/modules/stthemeeditor/stthemeeditor.php:4112 (isEbTransPandaInstalled)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18015) AND (b.`id_shop` = 2) LIMIT 1 |
1.278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18062 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.274
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.272
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE 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` = 2 |
1.268
ms
|
174 |
|
|
/classes/module/Module.php:345
/modules/doofinder/doofinder.php:47 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 80 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 4)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
WHERE ss.`id_shop` = 2 AND s.`active`=1 AND s.`type` IN (1,2,3,4,5,6,7)
ORDER BY s.`position` ASC, s.`id_st_sticker` |
1.261
ms
|
7 |
Yes
|
|
/modules/ststickers/classes/StStickersClass.php:168
/modules/ststickers/ststickers.php:1710 (getAll)
/modules/ststickers/ststickers.php:1441 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18111
ORDER BY f.position ASC |
1.258
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
1.249
ms
|
1111 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 231 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18062 LIMIT 1 |
1.241
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.235
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13775
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18042 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13775
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18042 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.233
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE *
FROM `ps_st_social` s
LEFT JOIN `ps_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=4)
INNER JOIN ps_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 2) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social` |
1.231
ms
|
4 |
Yes
|
|
/modules/stsocial/classes/StSocialClass.php:114
/modules/stsocial/stsocial.php:1547 (getAll)
/modules/stsocial/stsocial.php:1584 (getWidgetVariables)
/classes/Hook.php:1043 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18062 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18062 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.216
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.211
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =15) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
1.204
ms
|
767 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
1.203
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18034 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.171
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18013) AND (b.`id_shop` = 2) LIMIT 1 |
1.158
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 2
WHERE (a.`id_product_attribute` = 13764) LIMIT 1 |
1.157
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13754
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18038 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13754
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18038 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.157
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18102) AND (b.`id_shop` = 2) LIMIT 1 |
1.154
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18040 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.143
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18038
ORDER BY `position` |
1.139
ms
|
9 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18086) AND (b.`id_shop` = 2) LIMIT 1 |
1.136
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE pi.id_searcher, s.instant_search
FROM `ps_fpp_page_include` pi
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = pi.id_searcher and s.id_shop = 2
WHERE (pi.page_type = "bestsales") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.129
ms
|
399 |
|
Yes
|
/modules/filterproductspro/classes/PageIncludeClass.php:215
/modules/filterproductspro/filterproductspro.php:1055 (getSearchersByCurrentPage)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18076) AND (b.`id_shop` = 2) LIMIT 1 |
1.125
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18042 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.124
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-11-17 00:00:00" AND date_to <= "2025-11-17 23:59:59") OR (date_from >= "2025-11-17 00:00:00" AND date_from <= "2025-11-17 23:59:59") OR (date_from < "2025-11-17 00:00:00" AND date_to > "2025-11-17 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
1.122
ms
|
2 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18079 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18079 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.111
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 2172 LIMIT 1 |
1.106
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 18038
AND pac.`id_product_attribute` = 13754
AND agl.`id_lang` = 4 |
1.098
ms
|
1 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 18040
AND pac.`id_product_attribute` = 13764
AND agl.`id_lang` = 4 |
1.096
ms
|
1 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18097 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.095
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18017) AND (b.`id_shop` = 2) LIMIT 1 |
1.093
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18062
ORDER BY f.position ASC |
1.090
ms
|
2 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18038
ORDER BY f.position ASC |
1.090
ms
|
2 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18015 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.090
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18042 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18042 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.088
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18111) AND (b.`id_shop` = 2) LIMIT 1 |
1.084
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18040 LIMIT 1 |
1.076
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18079) AND (b.`id_shop` = 2) LIMIT 1 |
1.072
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18076 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.071
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18013 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.058
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18022
ORDER BY f.position ASC |
1.054
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE s.id_searcher,
s.hook,
s.pages,
s.page_filter,
s.instant_search,
s.show_filter_options_tab,
s.related_options,
s.category_related_options,
s.supplier_related_options,
s.manufacturer_related_options,
s.bestsales_related_options,
s.newproducts_related_options,
s.pricesdrop_related_options,
s.search_related_options,
s.products_without_stock,
s.combinations_products,
s.search_filters_related,
s.include_product_subcategories,
s.active,
s.id_shop,
sl.name,
sl.internal_name,
s.columns_break
FROM `ps_fpp_searcher` s
INNER JOIN `ps_fpp_searcher_lang` `sl` ON s.id_searcher = sl.id_searcher
WHERE (sl.id_lang =4) AND (s.active = 1) AND (s.id_shop = 2) |
1.053
ms
|
21 |
|
|
/modules/filterproductspro/classes/SearcherClass.php:230
/modules/filterproductspro/filterproductspro.php:1043 (getSearchers)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18022 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.053
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
1.051
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13764
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18040 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13764
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18040 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.037
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18097) AND (b.`id_shop` = 2) LIMIT 1 |
1.034
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18079 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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 |
1.033
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18042
ORDER BY f.position ASC |
1.026
ms
|
2 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18072) AND (b.`id_shop` = 2) LIMIT 1 |
1.020
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18042
ORDER BY `position` |
1.013
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18072 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18072 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.000
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18076 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18076 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.998
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18076) |
0.993
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18040
ORDER BY `position` |
0.993
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.988
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18040 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18040 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.986
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
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` = 2 |
0.973
ms
|
174 |
|
|
/classes/module/Module.php:345
/modules/steasybuilder/steasybuilder.php:147 (__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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 13737
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18034 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13737
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18034 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.971
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18040) AND (b.`id_shop` = 2) LIMIT 1 |
0.965
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 718 |
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` = 4) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.965
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stshoppingcart/stshoppingcart.php:828 (present)
/modules/stshoppingcart/stshoppingcart.php:705 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18062) AND (b.`id_shop` = 2) LIMIT 1 |
0.959
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18038) |
0.955
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18015
ORDER BY f.position ASC |
0.952
ms
|
2 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18097 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18097 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.950
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18015 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18015 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.946
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18038) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.945
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18013 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18013 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.945
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18022
ORDER BY `position` |
0.943
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18111 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18111 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.941
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-11-17 00:00:00" AND date_to <= "2025-11-17 23:59:59") OR (date_from >= "2025-11-17 00:00:00" AND date_from <= "2025-11-17 23:59:59") OR (date_from < "2025-11-17 00:00:00" AND date_to > "2025-11-17 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.935
ms
|
2 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3034 (getCustomerCartRules)
/classes/Cart.php:3418 (getDeliveryOptionList)
/classes/Cart.php:3491 (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:2186 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE *
FROM `ps_st_social` s
LEFT JOIN `ps_st_social_lang` sl
ON (s.`id_st_social`=sl.`id_st_social` AND sl.`id_lang`=4)
INNER JOIN ps_st_social_shop st_social_shop
ON (st_social_shop.id_st_social = s.id_st_social AND st_social_shop.id_shop = 2) WHERE s.`active`=1 ORDER BY s.`position`, s.`id_st_social` |
0.935
ms
|
4 |
Yes
|
|
/modules/stsocial/classes/StSocialClass.php:114
/modules/stsocial/stsocial.php:1547 (getAll)
/modules/stsocial/stsocial.php:1261 (getWidgetVariables)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18040) LIMIT 1 |
0.929
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.923
ms
|
2 |
Yes
|
|
/classes/Currency.php:709
/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:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 2850) AND (b.`id_shop` = 2) LIMIT 1 |
0.921
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/ps_categorytree/ps_categorytree.php:119 (getCategoryLink)
/modules/ps_categorytree/ps_categorytree.php:113 (formatCategory)
/modules/ps_categorytree/ps_categorytree.php:113 (formatCategory)
/modules/ps_categorytree/ps_categorytree.php:148 (formatCategory)
/modules/ps_categorytree/ps_categorytree.php:295 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:263 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (13754,13755,13756,13757,13758)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.920
ms
|
5 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18017 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.918
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 468 |
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` = 4) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.904
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stshoppingcart/stshoppingcart.php:828 (present)
/modules/stshoppingcart/stshoppingcart.php:846 (getWidgetVariables)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:100 (renderWidget)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18102 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.903
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =45) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.899
ms
|
2 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.893
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =6) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.887
ms
|
112 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18017 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18017 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.885
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18102
ORDER BY f.position ASC |
0.884
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.873
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1616 (getNoPictureImage)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.873
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =12) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.871
ms
|
71 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18086 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.869
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18062
ORDER BY `position` |
0.867
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE s.*, sl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_sticker` s
LEFT JOIN `ps_st_sticker_lang` sl ON (s.`id_st_sticker` = sl.`id_st_sticker` AND sl.`id_lang` = 4)
LEFT JOIN `ps_st_sticker_shop` ss ON (s.`id_st_sticker` = ss.`id_st_sticker`)
WHERE ss.`id_shop` = 2 AND s.`active`=1 AND s.`type` IN (1,2,3,4,5,6,7)
ORDER BY s.`position` ASC, s.`id_st_sticker` |
0.860
ms
|
7 |
Yes
|
|
/modules/ststickers/classes/StStickersClass.php:168
/modules/ststickers/ststickers.php:1710 (getAll)
/modules/ststickers/ststickers.php:1758 (getWidgetVariables)
/classes/Hook.php:1043 (hookActionProductSearchAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/ProductListingFrontController.php:445 (exec)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.854
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18086
ORDER BY `position` |
0.845
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
LEFT JOIN `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 18034
AND pac.`id_product_attribute` = 13737
AND agl.`id_lang` = 4 |
0.842
ms
|
1 |
|
|
/classes/Product.php:7528
/classes/Product.php:5851 (getAttributesParams)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 4
AND ml.id_shop = 2 LIMIT 1 |
0.841
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1779 (getMetaTags)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 2, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 2) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 18111 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-11-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-11-17 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.841
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18097
ORDER BY f.position ASC |
0.841
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 2
WHERE (a.`id_product_attribute` = 13754) LIMIT 1 |
0.840
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (13737,13738,13739,13740,13741)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.838
ms
|
5 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18062 LIMIT 1 |
0.831
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18102 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18102 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.826
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 = 'sandbox.b2c.topfun.e-binari.com' OR su.domain_ssl = 'sandbox.b2c.topfun.e-binari.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.825
ms
|
6 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 338 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18022 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18022 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.822
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18034) AND (b.`id_shop` = 2) LIMIT 1 |
0.819
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18042) LIMIT 1 |
0.816
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 719 |
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` = 4) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.814
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/stsidebar/stsidebar.php:1238 (present)
/modules/stsidebar/stsidebar.php:1224 (_prepare_bar)
/classes/Hook.php:1043 (hookDisplayRightBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:586 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:154 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13764 |
0.809
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18042) |
0.805
ms
|
4 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18034
ORDER BY f.position ASC |
0.800
ms
|
2 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=0) |
0.798
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:195
/modules/steasybuilder/elementor/core/base/document.php:1438 (getBuilder)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:250 (get)
/modules/steasybuilder/elementor/core/settings/page/manager.php:64 (get_doc_or_auto_save)
/modules/steasybuilder/elementor/core/settings/manager.php:230 (get_model_for_config)
/modules/steasybuilder/elementor/includes/frontend.php:1238 (get_settings_frontend_config)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/steasybuilder.php:599 (get_settings)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE a.id_category
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `b` ON b.id_category=a.id_category
WHERE (a.active=1 and a.level_depth>0 and a.is_root_category<>1 and b.id_shop=2) LIMIT 1 |
0.797
ms
|
1498 |
|
|
/modules/steasybuilder/steasybuilder.php:1396
/modules/steasybuilder/steasybuilder.php:806 (getLocation)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:339 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE s.id_searcher,
s.hook,
s.pages,
s.page_filter,
s.instant_search,
s.show_filter_options_tab,
s.related_options,
s.category_related_options,
s.supplier_related_options,
s.manufacturer_related_options,
s.bestsales_related_options,
s.newproducts_related_options,
s.pricesdrop_related_options,
s.search_related_options,
s.products_without_stock,
s.combinations_products,
s.search_filters_related,
s.include_product_subcategories,
s.active,
s.id_shop,
sl.name,
sl.internal_name,
s.columns_break
FROM `ps_fpp_searcher` s
INNER JOIN `ps_fpp_searcher_lang` `sl` ON s.id_searcher = sl.id_searcher
WHERE (sl.id_lang =4) AND (s.active = 1) AND (s.hook = 7) AND (s.id_shop = 2) |
0.797
ms
|
21 |
|
|
/modules/filterproductspro/classes/SearcherClass.php:230
/modules/filterproductspro/filterproductspro.php:1043 (getSearchers)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1036 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:341 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 18042
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.796
ms
|
4 |
Yes
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18034) LIMIT 1 |
0.792
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.787
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE sec.*,sl.id_lang
FROM `ps_st_easy_builder` sec
INNER JOIN ps_st_easy_builder_shop st_easy_builder_shop
ON (st_easy_builder_shop.id_st_easy_builder = sec.id_st_easy_builder AND st_easy_builder_shop.id_shop = 2)
inner join `ps_st_easy_builder_yuyan` sl on sl.id_st_easy_builder=sec.id_st_easy_builder
WHERE sec.`type`=1 and sec.`post_parent`=0 and sec.`location` in (80) and ( sl.`id_lang` = 0 or sl.id_lang=4) order by sec.`position` asc |
0.784
ms
|
20 |
Yes
|
|
/modules/steasybuilder/steasybuilder.php:853
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18013
ORDER BY `position` |
0.780
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (13764,13765,13766,13767,13768)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.780
ms
|
5 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18072
ORDER BY f.position ASC |
0.779
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18079
ORDER BY f.position ASC |
0.768
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE sec.*,sl.id_lang
FROM `ps_st_easy_builder` sec
INNER JOIN ps_st_easy_builder_shop st_easy_builder_shop
ON (st_easy_builder_shop.id_st_easy_builder = sec.id_st_easy_builder AND st_easy_builder_shop.id_shop = 2)
inner join `ps_st_easy_builder_yuyan` sl on sl.id_st_easy_builder=sec.id_st_easy_builder
WHERE sec.`type`=1 and sec.`post_parent`=0 and sec.`location` in (128) and ( sl.`id_lang` = 0 or sl.id_lang=4) order by sec.`position` asc |
0.762
ms
|
20 |
Yes
|
|
/modules/steasybuilder/steasybuilder.php:853
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.757
ms
|
2 |
|
|
/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:27 (require)
|
| 88 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =15) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.757
ms
|
767 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
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.756
ms
|
1 |
|
|
/classes/Cart.php:4210
/classes/Cart.php:4185 (hasProducts)
/classes/Cart.php:2130 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
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 = 2)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.752
ms
|
2 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/stmultilink/stmultilink.php:557 (getCacheId)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.751
ms
|
1 |
|
|
/classes/Country.php:194
/classes/controller/FrontController.php:913 (getByIso)
/classes/controller/FrontController.php:330 (geolocationManagement)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18076
ORDER BY f.position ASC |
0.750
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.747
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE * FROM ps_product_videos WHERE id_product = 0 AND id_lang = 4 AND id_shop = 2 ORDER BY position ASC |
0.740
ms
|
1 |
Yes
|
|
/modules/productvideo/productvideo.php:3226
/modules/productvideo/productvideo.php:3134 (getVideos)
/modules/productvideo/productvideo.php:4398 (prepareVideo)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18086 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18086 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.740
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 2)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC |
0.740
ms
|
2 |
Yes
|
|
/classes/Currency.php:694
/classes/Currency.php:669 (findAll)
/modules/stcurrencyselector/stcurrencyselector.php:436 (getCurrencies)
/modules/stcurrencyselector/stcurrencyselector.php:384 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binari/f5/b0/57/f5b0572dbf09cbea15f05c9a207c164e666d1a4f_2.module.stsidebarviewstemplateshookstsidebar.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec8a784f9_32018895)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2273 (fetch)
/modules/stsidebar/stsidebar.php:1379 (fetch)
/classes/Hook.php:1043 (hookDisplaySideBar)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:526 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:147 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18097
ORDER BY `position` |
0.739
ms
|
3 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18111
ORDER BY `position` |
0.738
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pac.id_product_attribute IN (13773,13774,13775,13776)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
0.737
ms
|
4 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.734
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18034
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.732
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.732
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.731
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18015 LIMIT 1 |
0.730
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18086
ORDER BY f.position ASC |
0.725
ms
|
5 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
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` = 21
AND tr.`id_tax_rules_group` = 23
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.721
ms
|
1 |
|
|
/override/classes/tax/TaxRulesTaxManager.php:119
/classes/Product.php:3926 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18015
ORDER BY `position` |
0.719
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18038) LIMIT 1 |
0.714
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18076
ORDER BY `position` |
0.714
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
0.713
ms
|
2 |
|
|
/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:27 (require)
|
| 489 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =28) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.712
ms
|
69 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18038 AND `id_group` = 1 LIMIT 1 |
0.710
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18017
ORDER BY `position` |
0.708
ms
|
4 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
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 = 2)
WHERE i.`id_product` = 18111
AND image_shop.`cover` = 1 LIMIT 1 |
0.704
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 18034
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.702
ms
|
5 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18062) |
0.697
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1110 LIMIT 1 |
0.694
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18013
ORDER BY f.position ASC |
0.691
ms
|
2 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18079
ORDER BY `position` |
0.690
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =25) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.690
ms
|
64 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18076 LIMIT 1 |
0.689
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18072
ORDER BY `position` |
0.687
ms
|
6 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4)
WHERE `level_depth` = 1 |
0.682
ms
|
2 |
|
|
/classes/Category.php:2242
/classes/Category.php:1558 (getCategoriesWithoutParent)
/modules/ps_categorytree/ps_categorytree.php:361 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:144 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:295 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:263 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'brand_default' LIMIT 1 |
0.682
ms
|
1 |
|
|
/classes/Image.php:563
/modules/stthemeeditor/stthemeeditor.php:4248 (getSize)
/modules/stthemeeditor/stthemeeditor.php:4129 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =28) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.679
ms
|
69 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18040
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.672
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product_shop` p
INNER JOIN `ps_product_lang` `l` ON l.id_product=p.id_product and l.id_lang=4
WHERE (p.active=1 and p.id_shop=2 and l.link_rewrite is not null and l.link_rewrite!='') LIMIT 1 |
0.670
ms
|
26542 |
|
|
/modules/steasybuilder/steasybuilder.php:1389
/modules/steasybuilder/steasybuilder.php:806 (getLocation)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18072 LIMIT 1 |
0.666
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 = 2)
WHERE l.`active` = 1 LIMIT 1 |
0.664
ms
|
4 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 573 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.663
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 18102
ORDER BY `position` |
0.661
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18079 LIMIT 1 |
0.661
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.658
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18017
ORDER BY f.position ASC |
0.655
ms
|
3 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =39) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.655
ms
|
6 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1036 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayWrapperTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:341 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE 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.652
ms
|
6 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 680 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.650
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2172 LIMIT 1 |
0.644
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =19) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.643
ms
|
2 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product_shop` p
INNER JOIN `ps_product_lang` `l` ON l.id_product=p.id_product and l.id_lang=4
WHERE (p.active=1 and p.id_shop=2 and l.link_rewrite is not null and l.link_rewrite!='') LIMIT 1 |
0.641
ms
|
26542 |
|
|
/modules/steasybuilder/steasybuilder.php:1389
/modules/steasybuilder/steasybuilder.php:806 (getLocation)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.638
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.637
ms
|
18 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/stthemeeditor/stthemeeditor.php:4248 (getFormattedName)
/modules/stthemeeditor/stthemeeditor.php:4129 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.635
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18072) |
0.631
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 2)
WHERE pf.id_product = 18040
ORDER BY f.position ASC |
0.631
ms
|
2 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21 |
0.629
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:935 (__construct)
/classes/controller/FrontController.php:330 (geolocationManagement)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18015 LIMIT 1 |
0.628
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 18042) AND (b.`id_shop` = 2) LIMIT 1 |
0.626
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:189 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 2) LIMIT 1 |
0.626
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/steasybuilder/classes/EasyBuilderBase.php:1727 (__construct)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:188 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 2 ) LEFT JOIN `ps_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 2) AND cs.`id_shop` = 2 AND c.`id_parent` != 0 WHERE c.`nleft` <= 2 AND c.`nright` >= 3137 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
0.625
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ps_categorytree/ps_categorytree.php:361 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:144 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:295 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:263 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 18038
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.625
ms
|
5 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 2)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 2)
WHERE 1
AND c.id_cms IN (2) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.625
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/steasybuilder/classes/EasyBuilderBase.php:1708 (getLinks)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:180 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.624
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 54 |
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` = 4) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.621
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3034 (getCustomerCartRules)
/classes/Cart.php:3418 (getDeliveryOptionList)
/classes/Cart.php:3491 (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:2186 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.618
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2) 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 = 2) WHERE p.`id_product` = 18040 AND pa.`id_product` = 18040 AND pa.`id_product_attribute` = 13764 LIMIT 1 |
0.617
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2) 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 = 2) WHERE p.`id_product` = 18038 AND pa.`id_product` = 18038 AND pa.`id_product_attribute` = 13754 LIMIT 1 |
0.616
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 2
WHERE (a.`id_product_attribute` = 13775) LIMIT 1 |
0.615
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.615
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.615
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.614
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.608
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.607
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.603
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18062 LIMIT 1 |
0.603
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =12) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.598
ms
|
71 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.597
ms
|
1 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:569 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18097) |
0.597
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.592
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.592
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 2
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.589
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 2) LIMIT 1 |
0.589
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/steasybuilder/classes/EasyBuilderBase.php:1727 (__construct)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:188 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.587
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 13775
ORDER BY ag.`position` ASC, a.`position` ASC |
0.587
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:628 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.586
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18017 LIMIT 1 |
0.585
ms
|
25 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.585
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.584
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE 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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18017) |
0.580
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2) 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 = 2) WHERE p.`id_product` = 18042 AND pa.`id_product` = 18042 AND pa.`id_product_attribute` = 13775 LIMIT 1 |
0.579
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.579
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18062
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.578
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
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 = 2)
WHERE i.`id_product` = 18034
AND image_shop.`cover` = 1 LIMIT 1 |
0.578
ms
|
12 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.578
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18034 LIMIT 1 |
0.577
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 2) 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 = 2) WHERE p.`id_product` = 18034 AND pa.`id_product` = 18034 AND pa.`id_product_attribute` = 13737 LIMIT 1 |
0.576
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5812 (getAvailableDate)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.576
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.574
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE 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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18102) |
0.573
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18034 LIMIT 1 |
0.568
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.568
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `version` from ps_module where name='stinstagram' LIMIT 1 |
0.567
ms
|
1 |
|
|
/modules/stinstagram/stinstagram.php:3289
/modules/stinstagram/stinstagram.php:92 (checkAccessToken)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18097
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.565
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 2 LIMIT 1 |
0.565
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 13764
ORDER BY ag.`position` ASC, a.`position` ASC |
0.564
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:628 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 18040
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.563
ms
|
5 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18022
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.562
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcompare" LIMIT 1 |
0.558
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isInstalled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE 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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18034) |
0.557
ms
|
5 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.555
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE 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 = 2)
WHERE i.`id_product` = 18062
AND image_shop.`cover` = 1 LIMIT 1 |
0.551
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.550
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.549
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 18034 AND `id_shop` = 2 |
0.548
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18076 LIMIT 1 |
0.547
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 2)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 2)
WHERE 1
AND c.id_cms IN (3) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.547
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/steasybuilder/classes/EasyBuilderBase.php:1708 (getLinks)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:180 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.547
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 2) LIMIT 1 |
0.547
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/steasybuilder/classes/EasyBuilderBase.php:1727 (__construct)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:188 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stnotification" LIMIT 1 |
0.546
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.545
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.542
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18042 LIMIT 1 |
0.542
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18079) |
0.541
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.541
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.540
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.538
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 273
AND `active` = 1 LIMIT 1 |
0.537
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/modules/filterproductspro/filterproductspro.php:1630 (getNameById)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5865 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.536
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.536
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =25) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.535
ms
|
64 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.534
ms
|
2 |
|
|
/classes/Language.php:883
/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:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18111
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.533
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
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 = 2)
WHERE i.`id_product` = 18042
AND image_shop.`cover` = 1 LIMIT 1 |
0.532
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 1283 LIMIT 1 |
0.531
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.531
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product_attribute` = 13775 LIMIT 1 |
0.530
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE a.id_category
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `b` ON b.id_category=a.id_category
WHERE (a.active=1 and a.level_depth>0 and a.is_root_category<>1 and b.id_shop=2) LIMIT 1 |
0.530
ms
|
1498 |
|
|
/modules/steasybuilder/steasybuilder.php:1396
/modules/steasybuilder/steasybuilder.php:806 (getLocation)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jscomposer" LIMIT 1 |
0.529
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/stproductcategoriesslider/stproductcategoriesslider.php:91 (isInstalled)
/modules/stproductcategoriesslider/stproductcategoriesslider.php:83 (initHookArray)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =21) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.529
ms
|
1 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.529
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18111) |
0.528
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18015) |
0.528
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stbanner" LIMIT 1 |
0.528
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `ps_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` = 2
WHERE (a.`id_country` = 6) LIMIT 1 |
0.528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 61 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.528
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:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.527
ms
|
93 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 153 |
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 = 2)
WHERE i.`id_product` = 18097
AND image_shop.`cover` = 1 LIMIT 1 |
0.526
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18038 LIMIT 1 |
0.525
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 2) LIMIT 1 |
0.525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_categorytree/ps_categorytree.php:368 (__construct)
/modules/ps_categorytree/ps_categorytree.php:319 (getHomeCategory)
/modules/ps_categorytree/ps_categorytree.php:285 (getCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:263 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18038 LIMIT 1 |
0.524
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
0.523
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE p.id_product
FROM `ps_product_shop` p
INNER JOIN `ps_product_lang` `l` ON l.id_product=p.id_product and l.id_lang=4
WHERE (p.active=1 and p.id_shop=2 and l.link_rewrite is not null and l.link_rewrite!='') LIMIT 1 |
0.520
ms
|
26542 |
|
|
/modules/steasybuilder/steasybuilder.php:1496
/modules/steasybuilder/steasybuilder.php:161 (getBuilderType)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18013) |
0.520
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.520
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE 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 = 2)
WHERE i.`id_product` = 18022
AND image_shop.`cover` = 1 LIMIT 1 |
0.519
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.519
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.519
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 2 LIMIT 1 |
0.518
ms
|
2 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 22 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.518
ms
|
93 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 69 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sthoverimage" LIMIT 1 |
0.517
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/stthemeeditor/stthemeeditor.php:4246 (isInstalled)
/modules/stthemeeditor/stthemeeditor.php:4129 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.515
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product_attribute` = 13754 LIMIT 1 |
0.513
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.513
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2781 LIMIT 1 |
0.513
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.512
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE 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 = 2)
WHERE i.`id_product` = 18079
AND image_shop.`cover` = 1 LIMIT 1 |
0.511
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.511
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.511
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2 LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.510
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.509
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.509
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13737, 13738, 13739, 13740, 13741) AND il.`id_lang` = 4 ORDER by i.`position` |
0.508
ms
|
5 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.508
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE a.id_category
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `b` ON b.id_category=a.id_category
WHERE (a.active=1 and a.level_depth>0 and a.is_root_category<>1 and b.id_shop=2) LIMIT 1 |
0.507
ms
|
1498 |
|
|
/modules/steasybuilder/steasybuilder.php:1503
/modules/steasybuilder/steasybuilder.php:161 (getBuilderType)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
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 = 2)
WHERE i.`id_product` = 18013
AND image_shop.`cover` = 1 LIMIT 1 |
0.505
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.504
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.501
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.498
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 2
WHERE (a.`id_product_attribute` = 13737) LIMIT 1 |
0.498
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 2)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 2)
WHERE 1
AND c.id_cms IN (29) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.497
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/steasybuilder/classes/EasyBuilderBase.php:1708 (getLinks)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:180 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.497
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE 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 = 2)
WHERE i.`id_product` = 18072
AND image_shop.`cover` = 1 LIMIT 1 |
0.496
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
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 = 2)
WHERE i.`id_product` = 18086
AND image_shop.`cover` = 1 LIMIT 1 |
0.495
ms
|
3 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.491
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18079 LIMIT 1 |
0.490
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
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` = 2
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.488
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13773, 13774, 13776, 13775) AND il.`id_lang` = 4 ORDER by i.`position` |
0.488
ms
|
4 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =6) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.487
ms
|
112 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.487
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.487
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.487
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE 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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18022) |
0.486
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.486
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field |
0.484
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
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 = 2)
WHERE i.`id_product` = 18076
AND image_shop.`cover` = 1 LIMIT 1 |
0.480
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.480
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.479
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.476
ms
|
19115 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.476
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.475
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.475
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.475
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=231) AND (meta_key='_elementor_data') LIMIT 1 |
0.474
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/base/document.php:882 (get_post_meta)
/modules/steasybuilder/elementor/core/base/document.php:1008 (get_json_meta)
/modules/steasybuilder/elementor/includes/frontend.php:941 (get_elements_data)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.474
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13764, 13765, 13766, 13767, 13768) AND il.`id_lang` = 4 ORDER by i.`position` |
0.472
ms
|
5 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13775 |
0.471
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18013 LIMIT 1 |
0.471
ms
|
25 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE s.id_searcher,
s.hook,
s.pages,
s.page_filter,
s.instant_search,
s.show_filter_options_tab,
s.related_options,
s.category_related_options,
s.supplier_related_options,
s.manufacturer_related_options,
s.bestsales_related_options,
s.newproducts_related_options,
s.pricesdrop_related_options,
s.search_related_options,
s.products_without_stock,
s.combinations_products,
s.search_filters_related,
s.include_product_subcategories,
s.active,
s.id_shop,
sl.name,
sl.internal_name,
s.columns_break
FROM `ps_fpp_searcher` s
INNER JOIN `ps_fpp_searcher_lang` `sl` ON s.id_searcher = sl.id_searcher
WHERE (sl.id_lang =4) AND (s.active = 1) AND (s.hook = 3) AND (s.id_shop = 2) |
0.470
ms
|
21 |
|
|
/modules/filterproductspro/classes/SearcherClass.php:230
/modules/filterproductspro/filterproductspro.php:1043 (getSearchers)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.467
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 13737
ORDER BY ag.`position` ASC, a.`position` ASC |
0.467
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:628 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.466
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 2
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18097 LIMIT 1 |
0.464
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.463
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.463
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.463
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.461
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.460
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.460
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =33) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.459
ms
|
17 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 4
)
WHERE pac.`id_product_attribute` = 13754
ORDER BY ag.`position` ASC, a.`position` ASC |
0.459
ms
|
1 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:628 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18017
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
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 = 2)
WHERE i.`id_product` = 18102
AND image_shop.`cover` = 1 LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.457
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.456
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.456
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=230) AND (meta_key='_elementor_data') LIMIT 1 |
0.454
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/base/document.php:882 (get_post_meta)
/modules/steasybuilder/elementor/core/base/document.php:1008 (get_json_meta)
/modules/steasybuilder/elementor/includes/frontend.php:941 (get_elements_data)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.454
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.453
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18038
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.451
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 2293 LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.449
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.446
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18034) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.445
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product_attribute` = 13737 LIMIT 1 |
0.444
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=297) AND (meta_key='_wp_page_template') LIMIT 1 |
0.442
ms
|
1 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/document-types/page-base.php:200 (get_post_meta)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.442
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.442
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=230) AND (meta_key='_wp_page_template') LIMIT 1 |
0.441
ms
|
1 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/document-types/page-base.php:200 (get_post_meta)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE 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 = 2)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 2)
WHERE (p.`id_product` = 18086) |
0.440
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.440
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.439
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18042) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.437
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.437
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE 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` = 21
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.436
ms
|
0 |
|
|
/override/classes/tax/TaxRulesTaxManager.php:119
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5722 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.436
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18086 LIMIT 1 |
0.435
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18086 LIMIT 1 |
0.434
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 2) LIMIT 1 |
0.434
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/steasybuilder/classes/EasyBuilderBase.php:1727 (__construct)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:188 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 18038 AND `id_shop` = 2 |
0.433
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18102 LIMIT 1 |
0.432
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 4
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.432
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.432
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.431
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 2)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 2)
WHERE 1
AND c.id_cms IN (7) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.431
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/steasybuilder/classes/EasyBuilderBase.php:1708 (getLinks)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:180 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18034 |
0.431
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
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 = 2)
WHERE i.`id_product` = 18015
AND image_shop.`cover` = 1 LIMIT 1 |
0.430
ms
|
6 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.430
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =29) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.429
ms
|
2 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 322) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.426
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.426
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.426
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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 = 2
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.425
ms
|
2 |
|
|
/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:27 (require)
|
| 319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18034) AND (id_product_attribute = 13737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE a.id_category
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `b` ON b.id_category=a.id_category
WHERE (a.active=1 and a.level_depth>0 and a.is_root_category<>1 and b.id_shop=2) LIMIT 1 |
0.424
ms
|
1498 |
|
|
/modules/steasybuilder/steasybuilder.php:1396
/modules/steasybuilder/steasybuilder.php:806 (getLocation)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.423
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:241 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 2175 LIMIT 1 |
0.422
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18042 AND `id_group` = 1 LIMIT 1 |
0.422
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 1
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.421
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =9) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.421
ms
|
6 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=230) AND (meta_key='_elementor_page_settings') LIMIT 1 |
0.420
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/base/document.php:1449 (get_post_meta)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 0 LIMIT 10 |
0.420
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.420
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.419
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.417
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
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` = 2
WHERE (a.`id_group` = 1) LIMIT 1 |
0.416
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.414
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18062) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.413
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=230) AND (meta_key='_elementor_version') LIMIT 1 |
0.413
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/base/document.php:1294 (get_post_meta)
/modules/steasybuilder/elementor/core/base/document.php:274 (get_main_meta)
/modules/steasybuilder/elementor/core/base/document.php:1110 (get_container_attributes)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.413
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.413
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18097 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
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` = 2
WHERE (a.`id_country` = 21) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/controller/FrontController.php:935 (__construct)
/classes/controller/FrontController.php:330 (geolocationManagement)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2172 LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.409
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.408
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 2) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6 |
0.407
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18097 |
0.407
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.407
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 262 AND `id_shop` = 2 LIMIT 1 |
0.406
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/stthemeeditor/stthemeeditor.php:4246 (isEnabled)
/modules/stthemeeditor/stthemeeditor.php:4129 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18042 |
0.404
ms
|
4 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (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.402
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 214 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18072 AND id_shop=2 LIMIT 1 |
0.402
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18042) AND (id_product_attribute = 13775) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.402
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5808 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 0
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.402
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1098 LIMIT 1 |
0.398
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.397
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 18040 AND `id_shop` = 2 |
0.397
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.397
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:89 (getCmsOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:107 (_reg_repeater)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.397
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 1018 LIMIT 1 |
0.395
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (13754, 13755, 13756, 13757, 13758) AND il.`id_lang` = 4 ORDER by i.`position` |
0.395
ms
|
5 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=297) AND (meta_key='_elementor_data') LIMIT 1 |
0.394
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/base/document.php:882 (get_post_meta)
/modules/steasybuilder/elementor/core/base/document.php:1008 (get_json_meta)
/modules/steasybuilder/elementor/includes/frontend.php:941 (get_elements_data)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18062 AND `id_group` = 1 LIMIT 1 |
0.393
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 1283 LIMIT 1 |
0.392
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.392
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =19) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.391
ms
|
2 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18102 |
0.391
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 2)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 2)
WHERE 1
AND c.id_cms IN (6) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position` |
0.391
ms
|
1 |
|
Yes
|
/classes/CMS.php:151
/modules/steasybuilder/classes/EasyBuilderBase.php:1708 (getLinks)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:180 (getLinkInfo)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 2294 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =33) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.390
ms
|
17 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18013 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.389
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.388
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18042 AND id_shop=2 LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.388
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.387
ms
|
1 |
|
|
/classes/Image.php:563
/modules/stthemeeditor/stthemeeditor.php:4249 (getSize)
/modules/stthemeeditor/stthemeeditor.php:4129 (getStBasicVals)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.387
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 2 LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18015) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=230) |
0.385
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:201
/modules/steasybuilder/elementor/helper.php:1718 (getBuilder)
/modules/steasybuilder/elementor/helper.php:1670 (get_post)
/modules/steasybuilder/elementor/helper.php:1681 (wp_get_post_revision)
/modules/steasybuilder/elementor/core/base/document.php:206 (wp_is_post_revision)
/modules/steasybuilder/elementor/core/base/document.php:266 (get_main_id)
/modules/steasybuilder/elementor/core/base/document.php:1110 (get_container_attributes)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18076
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.383
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=231) AND (meta_key='_elementor_page_settings') LIMIT 1 |
0.382
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/base/document.php:1449 (get_post_meta)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18076 AND `id_group` = 1 LIMIT 1 |
0.381
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =37) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.381
ms
|
1 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.381
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 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` = 2
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 350 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18017 LIMIT 1 |
0.380
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.378
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.376
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.376
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 6
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.376
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18111 LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
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 = 2)
WHERE i.`id_product` = 18017
AND image_shop.`cover` = 1 LIMIT 1 |
0.375
ms
|
4 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `ps_cms` c
INNER JOIN `ps_cms_shop` cs
ON (c.`id_cms` = cs.`id_cms`)
INNER JOIN `ps_cms_lang` cl
ON (c.`id_cms` = cl.`id_cms`)
WHERE 1 and c.`id_cms_category` = 2
AND cs.`id_shop` = 2 AND cl.`id_shop` = 2
AND cl.`id_lang` = 4
AND c.`active` = 1
ORDER BY `position` |
0.375
ms
|
22 |
Yes
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:52
/modules/steasybuilder/classes/EasyBuilderBase.php:1684 (getCMSPages)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 18022 LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18042 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18079) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.373
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18086) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
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` = 2
WHERE (a.`id_lang` = 4) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Tools.php:641 (__construct)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 201 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18076 AND id_shop=2 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2175 LIMIT 1 |
0.372
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
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` = 2
WHERE (a.`id_country` = 6) LIMIT 1 |
0.371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product_attribute` = 13764 LIMIT 1 |
0.369
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5674 (getPrice)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18072) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.366
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18038) AND (id_product_attribute = 13755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18111 LIMIT 1 |
0.363
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2294 LIMIT 1 |
0.363
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =31) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.359
ms
|
2 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18111 AND `id_group` = 1 LIMIT 1 |
0.359
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18022 |
0.358
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=231) AND (meta_key='_wp_page_template') LIMIT 1 |
0.357
ms
|
1 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/document-types/page-base.php:200 (get_post_meta)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 232 AND `id_shop` = 2 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/stsidebar/stsidebar.php:1389 (isEnabled)
/modules/stsidebar/stsidebar.php:1328 (validateNativeModules)
/modules/stsidebar/stsidebar.php:1347 (hookDisplayMobileBar)
/classes/Hook.php:1043 (hookDisplayMobileBarLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:197 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.354
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18017) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder` a
LEFT JOIN `ps_st_easy_builder_shop` `c` ON a.`id_st_easy_builder` = c.`id_st_easy_builder` AND c.`id_shop` = 2
WHERE (a.`id_st_easy_builder` = 230) LIMIT 1 |
0.353
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/steasybuilder/classes/DB/StEasyBuilderClass.php:119 (__construct)
/modules/steasybuilder/classes/EasyBuilderBase.php:201 (__construct)
/modules/steasybuilder/elementor/core/base/document.php:1438 (getBuilder)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18111 |
0.352
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 1018 LIMIT 1 |
0.352
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 18042 AND `id_shop` = 2 |
0.352
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =31) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.351
ms
|
2 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13737 |
0.350
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=230) |
0.350
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:201
/modules/steasybuilder/elementor/core/base/document.php:1438 (getBuilder)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18040) AND (id_product_attribute = 13768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.350
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =21) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.349
ms
|
1 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18062 AND id_shop=2 LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18072
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.348
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =29) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.347
ms
|
2 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18086 LIMIT 1 |
0.346
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 102
AND `active` = 1 LIMIT 1 |
0.346
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/modules/filterproductspro/filterproductspro.php:1630 (getNameById)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5865 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =39) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.345
ms
|
6 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:833 (getCurrentHookSearchers)
/classes/Hook.php:1043 (hookHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:425 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18076) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.344
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18072 AND `id_group` = 1 LIMIT 1 |
0.343
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 13754 |
0.337
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5906 (__construct)
/classes/Product.php:5869 (computeUnitPriceRatio)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE * FROM ps_product_videos_providers |
0.337
ms
|
2 |
|
|
/modules/productvideo/classes/ThumbNail.php:169
/modules/productvideo/productvideo.php:4524 (getProviders)
/modules/productvideo/productvideo.php:4397 (initializeJSVars)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.335
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18034 AND id_shop=2 LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder` a
LEFT JOIN `ps_st_easy_builder_shop` `c` ON a.`id_st_easy_builder` = c.`id_st_easy_builder` AND c.`id_shop` = 2
WHERE (a.`id_st_easy_builder` = 297) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/steasybuilder/classes/DB/StEasyBuilderClass.php:119 (__construct)
/modules/steasybuilder/classes/EasyBuilderBase.php:201 (__construct)
/modules/steasybuilder/elementor/core/base/document.php:1438 (getBuilder)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18040 AND id_shop=2 LIMIT 1 |
0.332
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.332
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18079 AND `id_group` = 1 LIMIT 1 |
0.332
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18072 LIMIT 1 |
0.332
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18015 LIMIT 1 |
0.331
ms
|
25 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18086 |
0.331
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stshoppingcart" LIMIT 1 |
0.331
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/stsidebar/stsidebar.php:1389 (isInstalled)
/modules/stsidebar/stsidebar.php:1328 (validateNativeModules)
/modules/stsidebar/stsidebar.php:1347 (hookDisplayMobileBar)
/classes/Hook.php:1043 (hookDisplayMobileBarLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:197 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18038 AND id_shop=2 LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=231) AND (meta_key='_elementor_version') LIMIT 1 |
0.328
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/base/document.php:1294 (get_post_meta)
/modules/steasybuilder/elementor/core/base/document.php:274 (get_main_meta)
/modules/steasybuilder/elementor/core/base/document.php:1110 (get_container_attributes)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.328
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 1 LIMIT 10 |
0.327
ms
|
5 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE a.id_manufacturer
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_shop` `b` ON b.id_manufacturer=a.id_manufacturer
WHERE (a.active=1 and b.id_shop=2) LIMIT 1 |
0.326
ms
|
118 |
|
|
/modules/steasybuilder/steasybuilder.php:1517
/modules/steasybuilder/steasybuilder.php:161 (getBuilderType)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'NOK') LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlanguageselector" LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.324
ms
|
2 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.323
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 2 LIMIT 1 |
0.323
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:628 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:182 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18076 LIMIT 1 |
0.322
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.321
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18111) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18042 LIMIT 1 |
0.321
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/Country.php:194
/classes/controller/FrontController.php:932 (getByIso)
/classes/controller/FrontController.php:330 (geolocationManagement)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18040 AND `id_group` = 1 LIMIT 1 |
0.319
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.318
ms
|
2 |
|
|
/classes/Language.php:883
/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:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18015 |
0.317
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 2 ) LEFT JOIN `ps_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 2) AND cs.`id_shop` = 2 AND c.`id_parent` != 0 WHERE c.`id_category` = 2 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ps_categorytree/ps_categorytree.php:361 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:144 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:295 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:263 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (2) |
0.313
ms
|
4 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.312
ms
|
2 |
|
|
/classes/Language.php:883
/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:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-11-17 00:00:00' AND '2025-11-17 23:59:59' LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18042) AND (id_product_attribute = 13773) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18040) AND (id_product_attribute = 13767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=297) AND (meta_key='_elementor_version') LIMIT 1 |
0.311
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:317 (get_metadata_raw)
/modules/steasybuilder/elementor/core/base/document.php:1347 (update_metadata)
/modules/steasybuilder/elementor/core/base/document.php:1252 (update_meta)
/modules/steasybuilder/elementor/core/base/document.php:725 (save_version)
/modules/steasybuilder/elementor/core/base/document.php:1045 (save)
/modules/steasybuilder/elementor/core/base/document.php:1024 (convert_to_elementor)
/modules/steasybuilder/elementor/includes/frontend.php:941 (get_elements_data)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 265 AND `id_shop` = 2 LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isEnabled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =9) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.310
ms
|
6 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 2 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 499 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =45) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.309
ms
|
2 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=231) |
0.309
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:201
/modules/steasybuilder/elementor/core/base/document.php:1438 (getBuilder)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 6 LIMIT 10 |
0.307
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder` a
LEFT JOIN `ps_st_easy_builder_shop` `c` ON a.`id_st_easy_builder` = c.`id_st_easy_builder` AND c.`id_shop` = 2
WHERE (a.`id_st_easy_builder` = 231) LIMIT 1 |
0.306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/steasybuilder/classes/DB/StEasyBuilderClass.php:119 (__construct)
/modules/steasybuilder/classes/EasyBuilderBase.php:201 (__construct)
/modules/steasybuilder/elementor/core/base/document.php:1438 (getBuilder)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 4 LIMIT 10 |
0.305
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18072 |
0.303
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =37) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.303
ms
|
1 |
|
|
/modules/filterproductspro/classes/PageIncludeClass.php:82
/modules/filterproductspro/filterproductspro.php:1052 (getPagesByIdSearcher)
/modules/filterproductspro/filterproductspro.php:1109 (getCurrentHookSearchers)
/modules/filterproductspro/filterproductspro.php:1016 (displaySearcherHook)
/classes/Hook.php:1043 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 2 LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2291 LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18038) AND (id_product_attribute = 13756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.302
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 2172 LIMIT 1 |
0.302
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18034) AND (id_product_attribute = 13738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18076 |
0.298
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18022 AND id_shop=2 LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE *
FROM `ps_st_instagram_bind` |
0.297
ms
|
1 |
|
|
/modules/stinstagram/stinstagram.php:3298
/modules/stinstagram/stinstagram.php:92 (checkAccessToken)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18013) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.296
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18079 |
0.296
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2294 LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/steasybuilder/steasybuilder.php:163 (isInstalled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 288
AND `active` = 1 LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/modules/filterproductspro/filterproductspro.php:1630 (getNameById)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5865 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18034 LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18040 |
0.291
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 1671 LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18042
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.288
ms
|
2 |
|
|
/classes/Language.php:883
/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:284 (init)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=297) AND (meta_key='_elementor_page_settings') LIMIT 1 |
0.288
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:272 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:267 (get_metadata)
/modules/steasybuilder/elementor/core/base/document.php:1449 (get_post_meta)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=231) |
0.288
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:201
/modules/steasybuilder/elementor/helper.php:1718 (getBuilder)
/modules/steasybuilder/elementor/helper.php:1670 (get_post)
/modules/steasybuilder/elementor/helper.php:1681 (wp_get_post_revision)
/modules/steasybuilder/elementor/core/base/document.php:206 (wp_is_post_revision)
/modules/steasybuilder/elementor/core/base/document.php:266 (get_main_id)
/modules/steasybuilder/elementor/core/base/document.php:1110 (get_container_attributes)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=297) AND (meta_key='_elementor_template_type') LIMIT 1 |
0.287
ms
|
6 |
|
|
/modules/steasybuilder/elementor/helper.php:293
/modules/steasybuilder/elementor/helper.php:317 (get_metadata_raw)
/modules/steasybuilder/elementor/helper.php:362 (update_metadata)
/modules/steasybuilder/elementor/core/base/document.php:1307 (update_post_meta)
/modules/steasybuilder/elementor/core/base/document.php:1274 (update_main_meta)
/modules/steasybuilder/elementor/core/base/document.php:724 (save_template_type)
/modules/steasybuilder/elementor/core/base/document.php:1045 (save)
/modules/steasybuilder/elementor/core/base/document.php:1024 (convert_to_elementor)
/modules/steasybuilder/elementor/includes/frontend.php:941 (get_elements_data)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 1671 LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18013 |
0.286
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18038) AND (id_product_attribute = 13758) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18097 AND id_shop=2 LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcurrencyselector" LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isInstalled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18017 |
0.283
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18042) AND (id_product_attribute = 13774) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE bcp.`id_cms_category`, bcp.`id_parent`, bcp.`level_depth`, bcp.`active`, bcp.`position`, cl.`name`, cl.`link_rewrite`
FROM `ps_cms_category` bcp
INNER JOIN `ps_cms_category_shop` cs
ON (bcp.`id_cms_category` = cs.`id_cms_category`)
INNER JOIN `ps_cms_category_lang` cl
ON (bcp.`id_cms_category` = cl.`id_cms_category`)
WHERE cl.`id_lang` = 4
AND cs.`id_shop` = 2
AND cl.`id_shop` = 2
AND bcp.`id_parent` = 2 LIMIT 10 |
0.282
ms
|
1 |
|
|
/modules/steasybuilder/classes/data/provider/Cms.php:76
/modules/steasybuilder/classes/EasyBuilderBase.php:1683 (getCMSCategories)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasybuilder/classes/EasyBuilderBase.php:1688 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/dropdown_base.php:660 (getCMSOptions)
/modules/steasy_trans_panda/elementor/widgets/footer-column.php:175 (getCmsOptions)
/modules/steasybuilder/elementor/includes/base/widget-base.php:534 (render)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2293 LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18097) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18102 LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18034) AND (id_product_attribute = 13739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18034) AND (id_product_attribute = 13740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 381 AND `id_shop` = 2 LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/stthemeeditor/stthemeeditor.php:4197 (isEnabled)
/modules/stthemeeditor/stthemeeditor.php:4112 (isEbTransPandaInstalled)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18079 AND id_shop=2 LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18040) AND (id_product_attribute = 13765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'en' LIMIT 1 |
0.276
ms
|
2 |
|
|
/classes/Language.php:854
/classes/Tools.php:627 (getIdByIso)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 342 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 1671 LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 2781 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 18079 LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18034) AND (id_product_attribute = 13741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18097 LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18013
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18072 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18017 AND `id_group` = 1 LIMIT 1 |
0.270
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18102) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stsearchbar" LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/stsidebar/stsidebar.php:1389 (isInstalled)
/modules/stsidebar/stsidebar.php:1328 (validateNativeModules)
/modules/stsidebar/stsidebar.php:1347 (hookDisplayMobileBar)
/classes/Hook.php:1043 (hookDisplayMobileBarLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:197 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 2 LIMIT 1 |
0.269
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18062 |
0.269
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 2
AND cl.`id_category` = 2175 LIMIT 1 |
0.268
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE a.id_cms
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `b` ON b.id_cms=a.id_cms
WHERE (a.active=1 and b.id_shop=2) LIMIT 1 |
0.267
ms
|
22 |
|
|
/modules/steasybuilder/steasybuilder.php:1510
/modules/steasybuilder/steasybuilder.php:161 (getBuilderType)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18013 AND `id_group` = 1 LIMIT 1 |
0.266
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 244 AND `id_shop` = 2 LIMIT 1 |
0.264
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/steasybuilder/steasybuilder.php:163 (isEnabled)
: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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/override/classes/controller/FrontController.php:6 (init)
/controllers/front/listing/BestSalesController.php:50 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18102
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.262
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18038) AND (id_product_attribute = 13757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18111 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 228 AND `id_shop` = 2 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:81 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18022) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.260
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 374 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18013 AND id_shop=2 LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18111 AND id_shop=2 LIMIT 1 |
0.259
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18022 AND `id_group` = 1 LIMIT 1 |
0.259
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=297) |
0.259
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:201
/modules/steasybuilder/elementor/helper.php:1718 (getBuilder)
/modules/steasybuilder/elementor/helper.php:1670 (get_post)
/modules/steasybuilder/elementor/helper.php:1681 (wp_get_post_revision)
/modules/steasybuilder/elementor/helper.php:358 (wp_is_post_revision)
/modules/steasybuilder/elementor/core/base/document.php:1307 (update_post_meta)
/modules/steasybuilder/elementor/core/base/document.php:1274 (update_main_meta)
/modules/steasybuilder/elementor/core/base/document.php:724 (save_template_type)
/modules/steasybuilder/elementor/core/base/document.php:1045 (save)
/modules/steasybuilder/elementor/core/base/document.php:1024 (convert_to_elementor)
/modules/steasybuilder/elementor/includes/frontend.php:941 (get_elements_data)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18017 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 2 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:642 (isAssociatedToShop)
/classes/Dispatcher.php:236 (switchLanguage)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 415 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18038 |
0.257
ms
|
5 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18013 LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18040) AND (id_product_attribute = 13766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18102 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18086
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 286 AND `id_shop` = 2 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18042) AND (id_product_attribute = 13776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/76/12/f0/7612f0d71f5babc97a88c1a1339631af5b70cc0e_2.file.sticker.tpl.php:47 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef94572d1_01633292)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:62 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:395 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/88/f8/77/88f877c7cf585e4b0a8a7a8df6754749846ceb10_2.file.product.tpl.php:42 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef93342a6_24943591)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:260 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/d9/5e/0b/d95e0b39c3db9f55bb97988e50f82737d3ce56c3_2.file.list-item.tpl.php:183 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef9012a74_21085143)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/6e/ce/f0/6ecef03dc3fcfd561c62c2d8cbfccfb66536ab88_2.file.products.tpl.php:31 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8d8ec11_59972947)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:98 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:198 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:466 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 266 AND `id_shop` = 2 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasycontent" LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 240 AND `id_shop` = 2 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 229 AND `id_shop` = 2 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isEnabled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18097 AND `id_group` = 1 LIMIT 1 |
0.247
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE product_type FROM `ps_product` WHERE id_product = 18022 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4340 (isPack)
/classes/Product.php:5797 (getQuantity)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18015
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.245
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlovedproduct" LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isInstalled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=297) |
0.244
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:201
/modules/steasybuilder/elementor/helper.php:1718 (getBuilder)
/modules/steasybuilder/elementor/helper.php:1670 (get_post)
/modules/steasybuilder/elementor/helper.php:1681 (wp_get_post_revision)
/modules/steasybuilder/elementor/core/base/document.php:206 (wp_is_post_revision)
/modules/steasybuilder/elementor/core/base/document.php:1307 (get_main_id)
/modules/steasybuilder/elementor/core/base/document.php:1274 (update_main_meta)
/modules/steasybuilder/elementor/core/base/document.php:724 (save_template_type)
/modules/steasybuilder/elementor/core/base/document.php:1045 (save)
/modules/steasybuilder/elementor/core/base/document.php:1024 (convert_to_elementor)
/modules/steasybuilder/elementor/includes/frontend.php:941 (get_elements_data)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18015 AND id_shop=2 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=297) |
0.240
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:201
/modules/steasybuilder/elementor/core/base/document.php:1438 (getBuilder)
/modules/steasybuilder/elementor/core/document-types/page-base.php:209 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:189 (__construct)
/modules/steasybuilder/elementor/core/documents-manager.php:279 (get)
/modules/steasybuilder/elementor/includes/frontend.php:936 (get_doc_for_frontend)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef981b023_21332085)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:508 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 34
AND `active` = 1 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/modules/filterproductspro/filterproductspro.php:1630 (getNameById)
/classes/Hook.php:1043 (hookActionGetProductPropertiesAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/Product.php:5865 (exec)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18017 AND id_shop=2 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 2 LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/BestSalesController.php:61 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stwishlist" LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isInstalled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18015 AND `id_group` = 1 LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stmegamenu" LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isInstalled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 1671 LIMIT 1 |
0.230
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18034 AND `id_group` = 1 LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18102 AND `id_group` = 1 LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 2291 LIMIT 1 |
0.226
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-11-17 00:00:00' AND '2025-11-17 23:59:59' LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 2
AND cl.`id_category` = 2291 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18102 AND id_shop=2 LIMIT 1 |
0.224
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 264 AND `id_shop` = 2 LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isEnabled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcustomersignin" LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isInstalled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 277 AND `id_shop` = 2 LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isEnabled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 1018 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18086 AND id_shop=2 LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 234 AND `id_shop` = 2 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isEnabled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 18079
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.204
ms
|
1 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18086 AND `id_group` = 1 LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5984 (getProductProperties)
/classes/ProductSale.php:161 (getProductsProperties)
/src/Adapter/BestSales/BestSalesProductSearchProvider.php:74 (getBestSales)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/BestSalesController.php:63 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 230 AND `id_shop` = 2 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/steasy_trans_panda/classes/EasyBuilderProductBase.php:1056 (isEnabled)
/modules/steasy_trans_panda/elementor/widgets/header_modules.php:63 (getHeaderModules)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2073 (_register_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:508 (init_controls)
/modules/steasybuilder/elementor/includes/base/widget-base.php:148 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:314 (get_stack)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:2162 (get_controls)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1154 (sanitize_settings)
/modules/steasybuilder/elementor/includes/base/controls-stack.php:1933 (get_data)
/modules/steasybuilder/elementor/core/base/base-object.php:132 (get_init_settings)
/modules/steasybuilder/elementor/core/base/base-object.php:40 (ensure_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:817 (get_settings)
/modules/steasybuilder/elementor/includes/base/widget-base.php:831 (get_current_skin_id)
/modules/steasybuilder/elementor/includes/base/widget-base.php:529 (get_current_skin)
/modules/steasybuilder/elementor/includes/base/widget-base.php:664 (render_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/includes/base/element-base.php:865 (print_element)
/modules/steasybuilder/elementor/includes/base/element-base.php:645 (_print_content)
/modules/steasybuilder/elementor/core/base/document.php:1494 (print_element)
/modules/steasybuilder/elementor/core/base/document.php:1115 (print_elements)
/modules/steasybuilder/elementor/includes/frontend.php:1023 (print_elements_with_wrapper)
/modules/steasybuilder/steasybuilder.php:877 (get_builder_content)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:311 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 233 AND `id_shop` = 2 LIMIT 1 |
0.194
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/stsidebar/stsidebar.php:1389 (isEnabled)
/modules/stsidebar/stsidebar.php:1328 (validateNativeModules)
/modules/stsidebar/stsidebar.php:1347 (hookDisplayMobileBar)
/classes/Hook.php:1043 (hookDisplayMobileBarLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:197 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.187
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ps_categorytree/ps_categorytree.php:361 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:144 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:295 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:263 (getWidgetVariables)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:114 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 239 AND `id_shop` = 2 LIMIT 1 |
0.178
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8612478_07609684)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:283 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:86 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef835a206_45814644)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/cd/0f/14/cd0f14757557ace60c4927265ede36cc4d7411ba_2.file.layout-left-column.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef82272e8_38216032)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/1e/f6/8b/1ef68b18ce2b7b2ae5f1c2caefb9406c42bb51c1_2.file.product-list.tpl.php:36 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ef8219e18_54788790)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/prod/smarty/compile/topfun_binarilayouts_layout_left_column_tpl/f3/e3/56/f3e3569c64208c95288a8f61ae28c7965951ba77_2.file.best-sales.tpl.php:28 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a639606ef90_97666033)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|