| 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`) |
90.814
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)
|
| 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.615
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)
|
| 106 |
SELECT SQL_NO_CACHE p.`id_product`,
pl.`link_rewrite`,pl.`name`,
product_shop.`id_category_default`,
MAX(image_shop.`id_image`) id_image
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
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_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 4 AND pl.id_shop = 2 )
LEFT JOIN `ps_image` i
ON (i.`id_product` = p.`id_product`) LEFT JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2 AND image_shop.cover=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 4)
WHERE product_shop.`id_shop` = 2
AND cp.`id_category` = 1137
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND cp.`position` >88
GROUP BY product_shop.id_product
ORDER BY cp.`position` ASC LIMIT 1 |
3.891
ms
|
95 |
Yes
|
|
/modules/stproductlinknav/stproductlinknav.php:124
/modules/stproductlinknav/stproductlinknav.php:187 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
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 |
3.863
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:6892 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
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` <= 1446 AND c.`nright` >= 2063 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
3.691
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
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` <= 1521 AND c.`nright` >= 1650 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
3.522
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
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` <= 2298 AND c.`nright` >= 2541 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
3.336
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
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` <= 2357 AND c.`nright` >= 2402 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
3.136
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
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.829
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:6892 (getManager)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
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` <= 1592 AND c.`nright` >= 1593 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
2.565
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 1592) AND (a0.`nright` > 1593) AND (a1.`id_lang` = 4) AND (a1.`id_shop` = 2)
ORDER BY a0.`nleft` asc |
2.445
ms
|
1569 |
Yes
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/ProductController.php:1335 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
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` <= 2298 AND c.`nright` >= 2541 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
2.163
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
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` <= 1592 AND c.`nright` >= 1593 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
2.102
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
2.056
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE p.`id_product`,
pl.`link_rewrite`,pl.`name`,
product_shop.`id_category_default`,
MAX(image_shop.`id_image`) id_image
FROM `ps_category_product` cp
LEFT JOIN `ps_product` p ON p.`id_product` = cp.`id_product`
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_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 4 AND pl.id_shop = 2 )
LEFT JOIN `ps_image` i
ON (i.`id_product` = p.`id_product`) LEFT JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 2 AND image_shop.cover=1)
LEFT JOIN `ps_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 4)
WHERE product_shop.`id_shop` = 2
AND cp.`id_category` = 1137
AND product_shop.`active` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND cp.`position` <88
GROUP BY product_shop.id_product
ORDER BY cp.`position` DESC LIMIT 1 |
2.042
ms
|
74 |
Yes
|
|
/modules/stproductlinknav/stproductlinknav.php:124
/modules/stproductlinknav/stproductlinknav.php:186 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
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` <= 2357 AND c.`nright` >= 2402 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
2.038
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE *
from information_schema.TABLES
where TABLE_SCHEMA='sandbox_ps_topfun' and TABLE_NAME like '%st_instagram_bind' |
2.005
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
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` <= 1592 AND c.`nright` >= 1593 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.987
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/stpagebanner/classes/StPageBannerClass.php:173 (getParentsCategories)
/modules/stpagebanner/stpagebanner.php:1444 (getAll)
/modules/stpagebanner/stpagebanner.php:1565 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayBreadcrumb)
/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_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:301 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.964
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.951
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
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` <= 2298 AND c.`nright` >= 2541 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.885
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.875
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.872
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.872
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.851
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.819
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.814
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
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.807
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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` <= 1446 AND c.`nright` >= 2063 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.791
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
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` <= 2357 AND c.`nright` >= 2402 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.789
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
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` <= 1521 AND c.`nright` >= 1650 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.742
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
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` <= 1592 AND c.`nright` >= 1593 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.725
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
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` <= 2372 AND c.`nright` >= 2373 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.684
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
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` <= 2372 AND c.`nright` >= 2373 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.660
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
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` <= 2372 AND c.`nright` >= 2373 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.652
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
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.609
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_full_width_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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`,
pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`,
image_shop.`id_image` id_image, il.`legend`, m.`name` as manufacturer_name, cl.`name` AS category_default, IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-11-17 00:00:00",
INTERVAL 60 DAY
)
) > 0 AS new
FROM `ps_accessory`
LEFT JOIN `ps_product` p ON p.`id_product` = `id_product_2`
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 (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_category_lang` cl ON (
product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 4 AND cl.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 (p.`id_manufacturer`= m.`id_manufacturer`)
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 `id_product_1` = 16862 AND product_shop.`active` = 1 AND product_shop.`visibility` != 'none'
GROUP BY product_shop.id_product |
1.579
ms
|
1 |
|
Yes
|
/classes/Product.php:4698
/controllers/front/ProductController.php:405 (getAccessories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
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` <= 1521 AND c.`nright` >= 1650 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.571
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 149 |
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` <= 2357 AND c.`nright` >= 2402 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.545
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 2)
WHERE smsl.`id_lang` = 4 AND sms.`active`=1 AND sms.`item_k`=1 AND (sms.`show_subcate` = 0 AND sms.`item_v`="1137" OR sms.`show_subcate` = 1 AND sms.`item_v` IN(1137,1218,1215,879,2)) ORDER BY sms.`position`
LIMIT 1 |
1.539
ms
|
8 |
Yes
|
|
/modules/stpagebanner/classes/StPageBannerClass.php:197
/modules/stpagebanner/stpagebanner.php:1444 (getAll)
/modules/stpagebanner/stpagebanner.php:1565 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayBreadcrumb)
/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_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:301 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.536
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_full_width_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:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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` <= 2298 AND c.`nright` >= 2541 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.535
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 536 |
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` |
1.507
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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
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` <= 2372 AND c.`nright` >= 2373 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.449
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
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` <= 1446 AND c.`nright` >= 2063 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.440
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 544 |
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.438
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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
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` <= 1592 AND c.`nright` >= 1593 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.414
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
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` <= 1446 AND c.`nright` >= 2063 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.389
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
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` <= 1521 AND c.`nright` >= 1650 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
1.333
ms
|
1569 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
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` = 4 AND cl.id_shop = 2 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 1137
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.276
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/ProductController.php:892 (getSubCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE sms.*, smsl.*
,IF(image_multi_lang<>"" && !ISNULL(image_multi_lang), image_multi_lang, image_lang_default) AS image_multi_lang
FROM `ps_st_page_banner` sms
LEFT JOIN `ps_st_page_banner_lang` smsl ON (sms.`id_st_page_banner` = smsl.`id_st_page_banner`)
INNER JOIN ps_st_page_banner_shop st_page_banner_shop
ON (st_page_banner_shop.id_st_page_banner = sms.id_st_page_banner AND st_page_banner_shop.id_shop = 2)
WHERE smsl.`id_lang` = 4 AND sms.`active`=1 AND sms.`item_k`=11 AND sms.`item_v`="1" ORDER BY sms.`position`
LIMIT 1 |
1.229
ms
|
8 |
Yes
|
|
/modules/stpagebanner/classes/StPageBannerClass.php:197
/modules/stpagebanner/stpagebanner.php:1446 (getAll)
/modules/stpagebanner/stpagebanner.php:1565 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayBreadcrumb)
/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_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:301 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 537 |
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.225
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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, pa.`ean13`, pa.`mpn`, pa.`upc`, pa.`isbn`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`,
pal.`available_now`, pal.`available_later`
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)
LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop_group = 1 AND stock.id_shop = 0 )
LEFT JOIN `ps_product_attribute_lang` pal
ON (
pa.`id_product_attribute` = pal.`id_product_attribute` AND
pal.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
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`)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 16862
AND al.`id_lang` = 4
AND agl.`id_lang` = 4
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC |
1.198
ms
|
1 |
Yes
|
Yes
|
/classes/Product.php:4594
/controllers/front/ProductController.php:639 (getAttributesGroups)
/controllers/front/ProductController.php:462 (assignAttributesGroups)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
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 = 16862
ORDER BY f.position ASC |
1.195
ms
|
1131 |
Yes
|
|
/classes/Product.php:6015
/classes/Product.php:5818 (getFrontFeaturesStatic)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.183
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.153
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.094
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.084
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
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` |
1.071
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 495 |
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` |
1.069
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.066
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)
|
| 475 |
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` |
1.051
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 pd.id_dependency, s.id_searcher, fl.name as filter_name, ol.name as option_name, f.id_filter, o.id_option
FROM `ps_fpp_product_dependency` pd
INNER JOIN `ps_fpp_dependency_options` `dop` ON dop.id_dependency = pd.id_dependency
INNER JOIN `ps_fpp_option` `o` ON o.id_option = dop.id_option
INNER JOIN `ps_fpp_option_lang` `ol` ON ol.id_option = o.id_option AND ol.id_lang = 4
INNER JOIN `ps_fpp_filter` `f` ON f.id_filter = o.id_filter
INNER JOIN `ps_fpp_filter_lang` `fl` ON fl.id_filter = f.id_filter AND fl.id_lang = 4
INNER JOIN `ps_fpp_searcher` `s` ON s.id_searcher = f.id_searcher
WHERE (pd.id_product = 16862) AND (s.show_filter_options_tab = 1) AND (f.active = 1)
ORDER BY f.sort, ol.sort |
1.035
ms
|
1 |
Yes
|
|
/modules/filterproductspro/classes/DependencyClass.php:515
/modules/filterproductspro/filterproductspro.php:716 (getDependenciesByProduct)
/modules/filterproductspro/filterproductspro.php:775 (getDataDependencyByProduct)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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 = "product") AND (pi.id_table = 0) AND (s.active = 1)
GROUP BY pi.id_searcher |
1.014
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/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.007
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)
|
| 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 |
0.986
ms
|
61 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 282 |
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.982
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
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.979
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.958
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)
|
| 539 |
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 (16862) |
0.952
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/stviewedproducts/stviewedproducts.php:210 (assembleProduct)
/modules/stviewedproducts/stviewedproducts.php:224 (getProducts)
/modules/stviewedproducts/stviewedproducts.php:234 (_prepareSimple)
/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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE DISTINCT(t.`id_product`)
FROM `ps_product_tag` t
LEFT JOIN `ps_product` p ON (p.`id_product`= t.`id_product`)
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_lang` pl ON (p.`id_product` = pl.`id_product` AND pl.id_shop = 2 )
WHERE t.`id_product`!=16862
AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") AND t.`id_tag` IN (SELECT `id_tag`
FROM `ps_product_tag`
WHERE `id_product`=16862)
ORDER BY p.date_add DESC
LIMIT 10 |
0.940
ms
|
1 |
Yes
|
|
/modules/strelatedproducts/strelatedproducts.php:234
/modules/stthemeeditor/classes/BaseProductsSlider.php:548 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:619 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:361 (hookDisplayHome)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=230) |
0.930
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
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.918
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.902
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
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.894
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
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.878
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 489 |
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.867
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.855
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.837
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 485 |
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.829
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
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` = 16862 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` = 16862 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.820
ms
|
0 |
|
|
/classes/Cart.php:1423
/classes/Product.php:4357 (getProductQuantity)
/classes/Product.php:5797 (getQuantity)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 517 |
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.811
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
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` = 16306) AND (b.`id_shop` = 2) LIMIT 1 |
0.788
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:185 (getProductObject)
/modules/stproductlinknav/stproductlinknav.php:128 (getProductLink)
/modules/stproductlinknav/stproductlinknav.php:186 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 542 |
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.786
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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.785
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 a.`id_product_2`
FROM `ps_accessory` a
INNER JOIN `ps_product` p ON (p.`id_product`= a.`id_product_2`)
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_lang` pl ON (p.`id_product`= pl.`id_product` AND pl.`id_lang`=4)
WHERE a.`id_product_1` = 16862
ORDER BY p.date_add DESC |
0.783
ms
|
1 |
Yes
|
|
/modules/strelatedproducts/strelatedproducts.php:214
/modules/stthemeeditor/classes/BaseProductsSlider.php:548 (getProducts)
/modules/stthemeeditor/classes/BaseProductsSlider.php:619 (_prepareHook)
/modules/strelatedproducts/strelatedproducts.php:361 (hookDisplayHome)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
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.777
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.775
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 DISTINCT a.`id_attribute`, a.`id_attribute_group`, al.`name` as `attribute`, agl.`name` as `group`,pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps_attribute` a
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 (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
LEFT JOIN `ps_product_attribute_combination` pac
ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pac.`id_product_attribute` = pa.`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)
INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = pac.id_attribute AND attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 16862 |
0.769
ms
|
1 |
|
|
/classes/Product.php:7557
/controllers/front/ProductController.php:861 (getAttributesInformationsByProduct)
/controllers/front/ProductController.php:373 (assignAttributesCombinations)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 452 |
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.767
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.767
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 447 |
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.762
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
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.757
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
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.755
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
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.737
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.736
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 2)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 4 AND sec.`active`=1 AND sec.`type`=9 AND ((sec.id_manufacturer = 0 AND sec.id_category = 0 AND sec.id_product = "") OR (sec.id_manufacturer > 0 AND sec.id_manufacturer=101) OR (sec.id_category > 0 AND sec.id_category IN(1137,2,879,1218,1215,1568,1570,2056)) OR (sec.id_product LIKE "%,16862,%"))
ORDER BY sec.`position` LIMIT 0, 50 |
0.731
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
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.731
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 2)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 4 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "strelatedproducts" AND sec.`module_align` = 1
ORDER BY sec.`position` LIMIT 0, 50 |
0.718
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3933 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayModuleCustomContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/stthemeeditor/classes/BaseProductsSlider.php:621 (exec)
/modules/strelatedproducts/strelatedproducts.php:361 (hookDisplayHome)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
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.718
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
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.716
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.715
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 501 |
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.713
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.706
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
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 (16862) AND cl.`id_lang` = 4
ORDER BY c.`level_depth` DESC |
0.705
ms
|
8 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:191 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayFooterProduct.php:62 (prepareItemFromProduct)
/modules/ps_googleanalytics/ps_googleanalytics.php:120 (run)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
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.`contr` in ('product','product_desc') and ( sl.`id_lang` = 0 or sl.`id_lang` = 4) and sec.`post_parent` = 0 and sec.`post_type`='' and sec.`id_product` = 16862 and sec.`type`=0 |
0.697
ms
|
53 |
|
|
/modules/steasybuilder/steasybuilder.php:719
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 534 |
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.695
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
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.694
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 * 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.694
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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
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.692
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
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.691
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.686
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE *,
( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 6, 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, 6) AND
`id_group` IN (0, 1) AND `id_product` = 16862 AND `id_customer` = 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`)
ORDER BY `from_quantity` ASC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC |
0.673
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:656
/controllers/front/ProductController.php:602 (getQuantityDiscounts)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 463 |
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.673
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 sec.*
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.`post_parent` = 0 and sec.`post_type`='' and sec.`type` in (10) AND ((sec.id_manufacturer = 0 AND sec.id_category = 0 AND sec.id_product = "") OR (sec.id_manufacturer > 0 AND sec.id_manufacturer=101) OR (sec.id_category > 0 AND sec.id_category IN(1137,2,879,1218,1215,1568,1570,2056)) OR (sec.id_product LIKE "%,16862,%")) order by sec.`position` asc |
0.667
ms
|
1 |
Yes
|
|
/modules/steasybuilder/steasybuilder.php:723
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 2)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 4 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "strelatedproducts" AND sec.`module_align` = 2
ORDER BY sec.`position` LIMIT 0, 50 |
0.666
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3933 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayModuleCustomContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/stthemeeditor/classes/BaseProductsSlider.php:621 (exec)
/modules/strelatedproducts/strelatedproducts.php:361 (hookDisplayHome)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
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.662
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
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.661
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 2)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 4 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "strelatedproducts" AND (sec.`module_align` >30 AND sec.`module_align` <43)
ORDER BY sec.`position` LIMIT 1 |
0.660
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3933 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayModuleCustomContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/stthemeeditor/classes/BaseProductsSlider.php:621 (exec)
/modules/strelatedproducts/strelatedproducts.php:361 (hookDisplayHome)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.657
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
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.655
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 2)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 4 AND sec.`active`=1 AND sec.`type`=2 AND sec.`module` = "strelatedproducts" AND (sec.`module_align` >10 AND sec.`module_align` <23)
ORDER BY sec.`position` LIMIT 1 |
0.645
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3933 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayModuleCustomContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/modules/stthemeeditor/classes/BaseProductsSlider.php:621 (exec)
/modules/strelatedproducts/strelatedproducts.php:361 (hookDisplayHome)
/classes/Hook.php:1043 (hookDisplayFooterProduct)
/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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.644
ms
|
6 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 254 |
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 2
WHERE (a.`id_product` = 16862) AND (b.`id_shop` = 2) LIMIT 1 |
0.642
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:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 522 |
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.642
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
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.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/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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.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/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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
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.636
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 490 |
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.636
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 478 |
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.635
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
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.634
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
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.633
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
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.628
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 455 |
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.628
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
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.625
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
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.625
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 481 |
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.625
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 483 |
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.625
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 450 |
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.624
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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` = 1137 LIMIT 1 |
0.621
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/stpagebanner/classes/StPageBannerClass.php:173 (getParentsCategories)
/modules/stpagebanner/stpagebanner.php:1444 (getAll)
/modules/stpagebanner/stpagebanner.php:1565 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayBreadcrumb)
/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_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:301 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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) |
0.620
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/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.617
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)
|
| 494 |
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.617
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 506 |
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.617
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
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` <= 3 AND c.`nright` >= 3130 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
0.615
ms
|
2 |
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
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.615
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
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` = 1215 LIMIT 1 |
0.614
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
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.614
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
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.614
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.612
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.612
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.609
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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/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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
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.602
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *, ( 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` = 16862 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.601
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 458 |
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.599
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.592
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `ps_module` WHERE `name` = "stcompare" LIMIT 1 |
0.591
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
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.588
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
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.588
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
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.587
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.586
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
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` <= 3 AND c.`nright` >= 3130 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
0.586
ms
|
2 |
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
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.585
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
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.585
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 473 |
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.584
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.583
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 482 |
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.582
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.575
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 487 |
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.575
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 521 |
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.575
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
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.574
ms
|
2 |
|
|
/classes/Category.php:2242
/classes/Category.php:1558 (getCategoriesWithoutParent)
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE sec.*, secl.*, st_easy_content_shop.`id_shop`
FROM `ps_st_easy_content` sec
INNER JOIN ps_st_easy_content_shop st_easy_content_shop
ON (st_easy_content_shop.id_st_easy_content = sec.id_st_easy_content AND st_easy_content_shop.id_shop = 2)
LEFT JOIN `ps_st_easy_content_lang` secl ON (sec.`id_st_easy_content` = secl.`id_st_easy_content`)
WHERE secl.`id_lang` = 4 AND sec.`active`=1 AND sec.`type`=10 AND ((sec.id_manufacturer = 0 AND sec.id_category = 0 AND sec.id_product = "") OR (sec.id_manufacturer > 0 AND sec.id_manufacturer=101) OR (sec.id_category > 0 AND sec.id_category IN(1137,2,879,1218,1215,1568,1570,2056)) OR (sec.id_product LIKE "%,16862,%"))
ORDER BY sec.`position` LIMIT 0, 50 |
0.574
ms
|
1 |
Yes
|
|
/modules/steasycontent/classes/StEasyContentClass.php:352
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
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` = 2056 LIMIT 1 |
0.573
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
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.571
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
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.567
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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` <= 3 AND c.`nright` >= 3130 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
0.560
ms
|
2 |
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
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.560
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.560
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
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.560
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
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.560
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 484 |
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.554
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 491 |
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.554
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.552
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 507 |
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.552
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
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.549
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 540 |
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` = 16862
ORDER BY `position` |
0.548
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)
/modules/stviewedproducts/stviewedproducts.php:212 (present)
/modules/stviewedproducts/stviewedproducts.php:224 (getProducts)
/modules/stviewedproducts/stviewedproducts.php:234 (_prepareSimple)
/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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE v.*,vl.*
FROM `ps_st_video` v
LEFT JOIN `ps_st_video_lang` vl
ON (v.`id_st_video`=vl.`id_st_video` AND vl.`id_lang`=4)
INNER JOIN ps_st_video_shop st_video_shop
ON (st_video_shop.id_st_video = v.id_st_video AND st_video_shop.id_shop = 2)
WHERE v.`type` = 1
AND v.`active`=1
AND (v.`location` = 0 OR (v.`location` = 3 AND (v.`id_manufacturer` = 0 OR v.`id_manufacturer`=101)) OR (v.`location` = 2 AND (v.`id_category` = 0 OR v.`id_category` IN(2,879,1137,1215,1218,1568,1570,2056))) OR (v.`location` = 1 AND (v.`id_products` LIKE "%,16862,%"))) |
0.546
ms
|
1 |
|
|
/modules/stvideo/classes/StVideoClass.php:200
/modules/stvideo/stvideo.php:1360 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
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.546
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.546
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.544
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
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` = 16862) AND (b.`id_shop` = 2) LIMIT 1 |
0.543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 107 |
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` = 17336) AND (b.`id_shop` = 2) LIMIT 1 |
0.543
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:185 (getProductObject)
/modules/stproductlinknav/stproductlinknav.php:128 (getProductLink)
/modules/stproductlinknav/stproductlinknav.php:187 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 538 |
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.542
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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
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.539
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.539
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 526 |
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.539
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 474 |
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.537
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.536
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
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.535
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.533
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
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.532
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
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.532
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 519 |
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.532
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 * 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.529
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
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.528
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
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` = 1218 LIMIT 1 |
0.526
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 502 |
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.524
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
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.523
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
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.515
ms
|
1 |
|
|
/override/classes/tax/TaxRulesTaxManager.php:119
/classes/Product.php:6893 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 510 |
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.515
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
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.513
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
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.512
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.510
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 504 |
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.510
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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` = 1570 LIMIT 1 |
0.508
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
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.507
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 515 |
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.507
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
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.507
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 2
WHERE (a.`id_manufacturer` = 101) LIMIT 1 |
0.505
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/controllers/front/ProductController.php:438 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
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.505
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.504
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.502
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
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.500
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_full_width_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:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
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.499
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 468 |
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.499
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 444 |
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.494
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 505 |
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.493
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 499 |
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.491
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
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` = 1218 LIMIT 1 |
0.490
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 2 |
0.489
ms
|
5 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 459 |
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.489
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
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` = 1568 LIMIT 1 |
0.487
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
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.486
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.485
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.484
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "shiptopay" LIMIT 1 |
0.483
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stnotification" LIMIT 1 |
0.480
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
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.480
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE * FROM ps_product_videos WHERE id_product = 16862 AND id_lang = 4 AND id_shop = 2 ORDER BY position ASC |
0.476
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
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.476
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
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.472
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
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.471
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
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.471
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.471
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 503 |
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.471
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.469
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
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.469
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
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.468
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_full_width_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:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
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.468
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 466 |
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.467
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE v.*,vl.*
FROM `ps_st_video` v
LEFT JOIN `ps_st_video_lang` vl
ON (v.`id_st_video`=vl.`id_st_video` AND vl.`id_lang`=4)
INNER JOIN ps_st_video_shop st_video_shop
ON (st_video_shop.id_st_video = v.id_st_video AND st_video_shop.id_shop = 2)
WHERE v.`type` = 0
AND v.`active`=1
AND (v.`location` = 0 OR (v.`location` = 3 AND (v.`id_manufacturer` = 0 OR v.`id_manufacturer`=101)) OR (v.`location` = 2 AND (v.`id_category` = 0 OR v.`id_category` IN(2,879,1137,1215,1218,1568,1570,2056))) OR (v.`location` = 1 AND (v.`id_products` LIKE "%,16862,%"))) |
0.466
ms
|
1 |
|
|
/modules/stvideo/classes/StVideoClass.php:200
/modules/stvideo/stvideo.php:1359 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 524 |
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.466
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
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` = 16862
AND image_shop.`cover` = 1 LIMIT 1 |
0.465
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
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.463
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
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.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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=231) AND (meta_key='_elementor_data') LIMIT 1 |
0.461
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
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.461
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 480 |
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.460
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=230) AND (meta_key='_elementor_version') LIMIT 1 |
0.457
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
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.457
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.454
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)
|
| 511 |
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.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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.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/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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 470 |
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.451
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
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` = 17336
AND image_shop.`cover` = 1 LIMIT 1 |
0.446
ms
|
1 |
|
|
/classes/Product.php:3570
/modules/stproductlinknav/stproductlinknav.php:132 (getCover)
/modules/stproductlinknav/stproductlinknav.php:187 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
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` = 1568 LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
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.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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
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.443
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.440
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)
|
| 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.440
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 372 |
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.440
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.438
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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` = 16306
AND image_shop.`cover` = 1 LIMIT 1 |
0.437
ms
|
1 |
|
|
/classes/Product.php:3570
/modules/stproductlinknav/stproductlinknav.php:132 (getCover)
/modules/stproductlinknav/stproductlinknav.php:186 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 530 |
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.437
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.435
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
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` = 16862
ORDER BY `position` |
0.434
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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/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.433
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)
|
| 525 |
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.432
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.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/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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.429
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.429
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
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.428
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.428
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)
|
| 389 |
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.428
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 518 |
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.428
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.427
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
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.426
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
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` = 16862) LIMIT 1 |
0.424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:152 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE * FROM ps_product_videos_providers |
0.423
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`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 `id_lang` = 4
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
0.422
ms
|
2 |
Yes
|
Yes
|
/classes/Category.php:1151
/classes/Category.php:1087 (getChildren)
/controllers/front/ProductController.php:902 (getHomeCategories)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
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.418
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.416
ms
|
1 |
Yes
|
|
/classes/Category.php:1600
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
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.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/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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1 |
0.404
ms
|
1 |
|
|
/classes/Image.php:563
/modules/stproductlinknav/stproductlinknav.php:129 (getSize)
/modules/stproductlinknav/stproductlinknav.php:186 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
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.401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Category.php:1118 (__construct)
/classes/Category.php:1574 (getRootCategory)
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 516 |
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.400
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
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` = 1570 LIMIT 1 |
0.399
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
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` <= 3 AND c.`nright` >= 3130 AND c.`nleft` >= 2 AND c.`nright` <= 3137 ORDER BY `nleft` DESC |
0.399
ms
|
2 |
|
|
/classes/Category.php:1600
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
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.399
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 513 |
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.399
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 514 |
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.397
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
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.397
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_full_width_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:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.396
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
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)
WHERE p.id_product = 16862
AND DATEDIFF("2025-11-17 00:00:00", product_shop.`date_add`) < 60 LIMIT 1 |
0.392
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.390
ms
|
18 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:221 (getImagesTypes)
/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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 497 |
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.388
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=230) AND (meta_key='_elementor_data') LIMIT 1 |
0.387
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.384
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_category_lang`
WHERE `id_category` = 1137 AND `id_shop` = 2 |
0.379
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
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.378
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
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` = 1218 LIMIT 1 |
0.376
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
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.374
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 2) LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
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.372
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
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` = 1215 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stbanner" LIMIT 1 |
0.366
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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 GROUP_CONCAT(a.`id_product_pack`)
FROM `ps_pack` a
WHERE a.`id_product_item` = 16862 LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/Pack.php:445
/controllers/front/ProductController.php:403 (getPacksTable)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
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.364
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 16862 AND `id_shop` = 2 |
0.364
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:152 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/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.360
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.359
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
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` = 1137 LIMIT 1 |
0.358
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
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` = 1137 LIMIT 1 |
0.357
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
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.357
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
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` = 1570 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
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.352
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.350
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
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` = 879 LIMIT 1 |
0.350
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
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.346
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.346
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.346
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stviewedproducts" LIMIT 1 |
0.346
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_full_width_tpl/34/b2/b2/34b2b2dba7cbd68defb654a07e5088376bfd8ed8_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec52c5ce2_71782279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec5153a02_50965026)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/15/06/87/150687966b19e9963c4a41746ec621f7603af773_2.file.product-first.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec49b8de2_53612850)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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` = 1215 LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
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.339
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
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.337
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
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.337
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 879) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1570 AND `id_shop` = 2 |
0.335
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
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.335
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `ps_category` c
WHERE (c.`id_category` = 2) LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/Category.php:1974
/classes/Category.php:1998 (getInterval)
/controllers/front/ProductController.php:884 (inShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.334
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 1570) LIMIT 1 |
0.334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
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.334
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 265 AND `id_shop` = 2 LIMIT 1 |
0.334
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 239 AND `id_shop` = 2 LIMIT 1 |
0.333
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 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.333
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `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` = 16862) |
0.332
ms
|
1 |
|
|
/classes/Product.php:3860
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.332
ms
|
18 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/productvideo/classes/PVTools.php:83 (getFormattedName)
/modules/productvideo/productvideo.php:314 (getFormattedName)
/modules/productvideo/productvideo.php:72 (getOptionFields)
: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)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
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.330
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 83 |
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.328
ms
|
0 |
|
|
/override/classes/tax/TaxRulesTaxManager.php:119
/classes/Product.php:3952 (getTaxCalculator)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:4164 (getPriceStatic)
/controllers/front/ProductController.php:328 (getPrice)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
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` = 879 LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`
FROM `ps_category` c
WHERE (c.`id_category` = 1137) LIMIT 1 |
0.328
ms
|
1 |
|
|
/classes/Category.php:2028
/modules/stproductlinknav/stproductlinknav.php:85 (inShopStatic)
/modules/stproductlinknav/stproductlinknav.php:186 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
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.328
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 498 |
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.327
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "steasycontent" LIMIT 1 |
0.326
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
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` = 1137) AND (b.`id_shop` = 2) LIMIT 1 |
0.325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/ProductController.php:303 (__construct)
/controllers/front/ProductController.php:170 (initializeCategory)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
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` = 879 LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 16862 |
0.325
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)
/modules/stviewedproducts/stviewedproducts.php:212 (present)
/modules/stviewedproducts/stviewedproducts.php:224 (getProducts)
/modules/stviewedproducts/stviewedproducts.php:234 (_prepareSimple)
/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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1110 LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 527 |
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.323
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE * FROM ps_product_videos WHERE id_product = 16862 AND id_lang = 4 AND id_shop = 2 ORDER BY position ASC |
0.323
ms
|
1 |
Yes
|
|
/modules/productvideo/productvideo.php:3226
/modules/productvideo/productvideo.php:3134 (getVideos)
/modules/productvideo/productvideo.php:4325 (prepareVideo)
/classes/Hook.php:1043 (hookDisplayProductAdditionalInfo)
/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_full_width_tpl/34/b2/b2/34b2b2dba7cbd68defb654a07e5088376bfd8ed8_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec52c5ce2_71782279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec5153a02_50965026)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/15/06/87/150687966b19e9963c4a41746ec621f7603af773_2.file.product-first.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec49b8de2_53612850)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.322
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1215 AND `id_shop` = 2 |
0.322
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 159 |
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.322
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/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.320
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)
|
| 130 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 1215) LIMIT 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
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.319
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlanguageselector" LIMIT 1 |
0.319
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.318
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcurrencyselector" LIMIT 1 |
0.316
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_fpp_page_include` pi
WHERE (pi.id_searcher =39) AND (pi.page_type NOT IN ("searchiqit","jolisearch","jxsearch")) |
0.315
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_full_width_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:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=231) AND (meta_key='_elementor_version') LIMIT 1 |
0.314
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
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` = 2056 LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2056 AND `id_shop` = 2 |
0.311
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
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` = 1215 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
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` = 1570 LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/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.309
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
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.306
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
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.306
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE `version` from ps_module where name='stinstagram' LIMIT 1 |
0.305
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 1568) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 1137) LIMIT 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `ps_pack` where id_product_pack = 16862 |
0.301
ms
|
1 |
|
|
/classes/Pack.php:187
/classes/Pack.php:136 (getItems)
/classes/Product.php:6701 (noPackPrice)
/controllers/front/ProductController.php:400 (getNoPackPrice)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.300
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)
|
| 155 |
SELECT SQL_NO_CACHE id_st_sticker FROM `ps_st_sticker_map`
WHERE active = 1 AND (location = 0 OR (location = 3 AND (id_manufacturer = 0 OR id_manufacturer=101)) OR (location = 2 AND (id_category = 0 OR id_category IN(2,879,1137,1215,1218,1568,1570,2056))) OR (location = 1 AND (id_products LIKE "%,16862,%"))) |
0.299
ms
|
1 |
|
|
/modules/ststickers/classes/StStickersMapClass.php:183
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'brand_default' LIMIT 1 |
0.299
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM ps_product_attribute pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.id_product = 16862 LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=297) AND (meta_key='_elementor_version') LIMIT 1 |
0.297
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.296
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)
|
| 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.295
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)
|
| 135 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 1218) LIMIT 1 |
0.294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
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.294
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 16862 |
0.293
ms
|
1 |
|
|
/classes/Product.php:7490
/classes/Product.php:7570 (getProductAttributesIds)
/controllers/front/ProductController.php:1059 (hasCombinations)
/controllers/front/ProductController.php:599 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:370 (assignPriceAndTax)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
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.293
ms
|
2 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/steasycontent/steasycontent.php:3961 (getCacheId)
/modules/steasycontent/steasycontent.php:3815 (stGetCacheId)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
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.290
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.289
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:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=297) |
0.289
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 2
AND cl.`id_category` = 1137 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/classes/Link.php:113 (__construct)
/classes/Link.php:185 (getProductObject)
/classes/Link.php:1215 (getProductLink)
/classes/controller/FrontController.php:2168 (getLanguageLink)
/classes/controller/FrontController.php:1609 (getAlternativeLangsUrl)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
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.287
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE meta_value
FROM `ps_st_easy_builder_postmeta`
WHERE (post_id=297) AND (meta_key='_elementor_data') LIMIT 1 |
0.287
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.283
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/ProductController.php:124 (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.282
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/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.282
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 2
WHERE (a.`id_category` = 2056) LIMIT 1 |
0.281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE `id_category` FROM `ps_category_product`
WHERE `id_product` = 16862 |
0.281
ms
|
8 |
|
|
/classes/Product.php:3423
/classes/Product.php:3476 (getProductCategories)
/modules/ststickers/classes/StStickersMapClass.php:155 (getCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 879 AND `id_shop` = 2 |
0.279
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
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` = 1568 LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
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` = 2056 LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/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.276
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
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` = 1568 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stthemeeditor" LIMIT 1 |
0.274
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)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=231) |
0.274
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 ctg.`id_group`
FROM `ps_category_product` cp
INNER JOIN `ps_category_group` ctg ON (ctg.`id_category` = cp.`id_category`)
WHERE cp.`id_product` = 16862 AND ctg.`id_group` = 1 LIMIT 1 |
0.272
ms
|
8 |
|
|
/classes/Product.php:6734
/classes/Product.php:6711 (checkAccessStatic)
/controllers/front/ProductController.php:265 (checkAccess)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=231) |
0.271
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 266 AND `id_shop` = 2 LIMIT 1 |
0.268
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
FROM `ps_category_lang`
WHERE `id_category` = 1218 AND `id_shop` = 2 |
0.266
ms
|
3 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stshoppingcart" LIMIT 1 |
0.266
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_full_width_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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.264
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)
|
| 268 |
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1 |
0.262
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 16862 |
0.261
ms
|
1 |
|
|
/classes/Product.php:7490
/classes/Product.php:7570 (getProductAttributesIds)
/controllers/front/ProductController.php:1059 (hasCombinations)
/controllers/front/ProductController.php:1200 (getIdProductAttributeByGroupOrRequestOrDefault)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
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` = 2056 LIMIT 1 |
0.261
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=0) |
0.261
ms
|
1 |
|
|
/modules/steasybuilder/classes/EasyBuilderBase.php:195
/modules/steasybuilder/steasybuilder.php:719 (getBuilder)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 276 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_full_width_tpl/34/b2/b2/34b2b2dba7cbd68defb654a07e5088376bfd8ed8_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec52c5ce2_71782279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec5153a02_50965026)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/15/06/87/150687966b19e9963c4a41746ec621f7603af773_2.file.product-first.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec49b8de2_53612850)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 21 |
0.261
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/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.260
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE id_product FROM `ps_category_product` WHERE `id_product` = 16862 AND `id_category` IN (1137) LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/Product.php:6685
/modules/stproductlinknav/stproductlinknav.php:85 (idIsOnCategoryId)
/modules/stproductlinknav/stproductlinknav.php:186 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
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` = 1137 LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 232 AND `id_shop` = 2 LIMIT 1 |
0.259
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_full_width_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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.258
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE COUNT(*) FROM `ps_pack` WHERE id_product_pack = 16862 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Pack.php:89
/controllers/front/ProductController.php:315 (isPack)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`
FROM `ps_category` c
WHERE (c.`id_category` = 1137) LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Category.php:2028
/modules/stproductlinknav/stproductlinknav.php:85 (inShopStatic)
/modules/stproductlinknav/stproductlinknav.php:187 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/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.254
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)
|
| 233 |
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` = 1137 LIMIT 1 |
0.253
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 240 AND `id_shop` = 2 LIMIT 1 |
0.252
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_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:47 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/44/69/20/446920d9bc2ff486294f400ebcd334b02e22d4e6_2.file.product-third.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec554a1f9_00919893)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:154 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 out_of_stock
FROM `ps_stock_available`
WHERE (id_product = 16862) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7861 (outOfStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.251
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
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.251
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 381 AND `id_shop` = 2 LIMIT 1 |
0.250
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
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.250
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stcustomersignin" LIMIT 1 |
0.249
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 6 LIMIT 1 |
0.248
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (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.246
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1 |
0.244
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM ps_tag t
LEFT JOIN ps_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=16862 |
0.244
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6 |
0.244
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=230) |
0.244
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 229 AND `id_shop` = 2 LIMIT 1 |
0.243
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.242
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE position
FROM `ps_category_product`
WHERE id_category = 1137
AND id_product = 16862 |
0.242
ms
|
1 |
|
|
/modules/stproductlinknav/stproductlinknav.php:197
/modules/stproductlinknav/stproductlinknav.php:96 (getWsPositionInCategory)
/modules/stproductlinknav/stproductlinknav.php:187 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 2 AND id_lang = 4 AND id_category = 1137 LIMIT 1 |
0.242
ms
|
1 |
|
|
/classes/Product.php:5655
/controllers/front/ProductController.php:1207 (getProductProperties)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/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.241
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)
|
| 196 |
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` = 1218 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 230 AND `id_shop` = 2 LIMIT 1 |
0.239
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE COUNT(*) FROM ps_shop LIMIT 1 |
0.237
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)
|
| 141 |
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 1568 AND `id_shop` = 2 |
0.237
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ststickers/classes/StStickersMapClass.php:159 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 228 AND `id_shop` = 2 LIMIT 1 |
0.237
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:30 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 `name` FROM `ps_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.235
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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/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.234
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)
|
| 266 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 262 AND `id_shop` = 2 LIMIT 1 |
0.234
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stsearchbar" LIMIT 1 |
0.234
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_full_width_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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 product_type FROM `ps_product` WHERE id_product = 16862 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Pack.php:90
/controllers/front/ProductController.php:315 (isPack)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.233
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE pa.id_product_attribute
FROM `ps_product_attribute` pa INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 2)
WHERE pa.`id_product` = 16862 |
0.232
ms
|
1 |
|
|
/classes/Product.php:7490
/classes/Product.php:7570 (getProductAttributesIds)
/controllers/front/ProductController.php:85 (hasCombinations)
/controllers/front/ProductController.php:158 (canonicalRedirection)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.231
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/stpagebanner/classes/StPageBannerClass.php:173 (getParentsCategories)
/modules/stpagebanner/stpagebanner.php:1444 (getAll)
/modules/stpagebanner/stpagebanner.php:1565 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayBreadcrumb)
/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_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:301 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/4f/ab/cf/4fabcf2da21f339f0e0dde4629dad1444a4e0342_2.file.layout-both-columns.tpl.php:92 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `ps_module` WHERE `name` = "steasybuilder" LIMIT 1 |
0.230
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
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` = 879 LIMIT 1 |
0.228
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.225
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=297) |
0.225
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 2 LIMIT 1 |
0.224
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_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
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.222
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/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.222
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 227 AND `id_shop` = 2 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.221
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "jscomposer" LIMIT 1 |
0.221
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1 |
0.219
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 277 AND `id_shop` = 2 LIMIT 1 |
0.219
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.219
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/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.216
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)
|
| 34 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' LIMIT 1 |
0.216
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/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.216
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sthoverimage" LIMIT 1 |
0.216
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 233 AND `id_shop` = 2 LIMIT 1 |
0.215
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_full_width_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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE *
FROM `ps_st_easy_builder_yuyan`
WHERE (id_st_easy_builder=297) |
0.215
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_full_width_tpl/35/f8/c8/35f8c85b0d8a92fe6c76f28bb6d6c04c8985e3fa_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec588be15_44075798)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
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.215
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3816 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 111 |
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` = 1137 LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/modules/ststickers/classes/StStickersMapClass.php:152 (__construct)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.214
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 101
AND `active` = 1 LIMIT 1 |
0.210
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:734 (getNameById)
/controllers/front/ProductController.php:146 (__construct)
/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.206
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 16862) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7860 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 16862 |
0.205
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/ProductPresenter.php:110 (__construct)
/controllers/front/ProductController.php:1242 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 322) LIMIT 1 |
0.205
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stlovedproduct" LIMIT 1 |
0.204
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE position
FROM `ps_category_product`
WHERE id_category = 1137
AND id_product = 16862 |
0.203
ms
|
1 |
|
|
/modules/stproductlinknav/stproductlinknav.php:197
/modules/stproductlinknav/stproductlinknav.php:96 (getWsPositionInCategory)
/modules/stproductlinknav/stproductlinknav.php:186 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.201
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 6 LIMIT 1 |
0.200
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE *
FROM `ps_st_instagram_bind` |
0.200
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.198
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/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.197
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1 |
0.196
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/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.195
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 341 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 234 AND `id_shop` = 2 LIMIT 1 |
0.194
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.193
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/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.193
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_category_shop`
WHERE `id_category` = 1137
AND id_shop = 2 LIMIT 1 |
0.192
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:884 (isAssociatedToShop)
/controllers/front/ProductController.php:368 (assignCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stwishlist" LIMIT 1 |
0.192
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.189
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ststickers/classes/StStickersMapClass.php:168 (getParentsCategories)
/modules/ststickers/ststickers.php:1751 (getForProduct)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stmegamenu" LIMIT 1 |
0.186
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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.184
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 16862
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.184
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:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.184
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 2 LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
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` = 1137 LIMIT 1 |
0.181
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.181
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)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 16862 LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE id_shop
FROM `ps_product_shop`
WHERE `id_product` = 16862
AND id_shop = 2 LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/controllers/front/ProductController.php:192 (isAssociatedToShop)
/controllers/front/ProductController.php:167 (checkPermissionsToViewProduct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `ps_stock_available`
WHERE (id_product = 16862) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7862 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 264 AND `id_shop` = 2 LIMIT 1 |
0.178
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_full_width_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_full_width_tpl/a7/1e/55/a71e5577f310e70c3ef8152cd74328214b7285a2_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3e1dc50_38581081)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 id_required_field, object_name, field_name
FROM ps_required_field |
0.176
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/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.170
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.168
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasybuilder/steasybuilder.php:1056 (getParentsCategories)
/modules/steasybuilder/steasybuilder.php:722 (getProductEasyContent)
/classes/Hook.php:1043 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:1442 (getLayout)
/classes/controller/FrontController.php:1799 (getLayoutName)
/controllers/front/ProductController.php:1455 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/ProductController.php:465 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "creativeelements" LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/productvideo/productvideo.php:4331 (isEnabled)
/classes/Hook.php:1043 (hookDisplayProductAdditionalInfo)
/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_full_width_tpl/34/b2/b2/34b2b2dba7cbd68defb654a07e5088376bfd8ed8_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec52c5ce2_71782279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec5153a02_50965026)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/15/06/87/150687966b19e9963c4a41746ec621f7603af773_2.file.product-first.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec49b8de2_53612850)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/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.167
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/ProductController.php:124 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
0.162
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/steasycontent/classes/StEasyContentClass.php:299 (getParentsCategories)
/modules/steasycontent/steasycontent.php:2623 (getListContent)
/modules/steasycontent/steasycontent.php:3819 (_prepareHook)
/classes/Hook.php:1043 (hookDisplayProductExtraContent)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/HookManager.php:81 (exec)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:70 (exec)
/src/Core/Product/ProductExtraContentFinder.php:55 (find)
/src/PrestaShopBundle/Service/Hook/HookFinder.php:102 (find)
/controllers/front/ProductController.php:1203 (present)
/controllers/front/ProductController.php:421 (getTemplateVarProduct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 16862 AND id_shop=2 LIMIT 1 |
0.160
ms
|
1 |
|
|
/classes/Product.php:6870
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 2 LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/productvideo/productvideo.php:4331 (isEnabled)
/classes/Hook.php:1043 (hookDisplayProductAdditionalInfo)
/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_full_width_tpl/34/b2/b2/34b2b2dba7cbd68defb654a07e5088376bfd8ed8_2.file.product-additional-info.tpl.php:25 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec52c5ce2_71782279)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:124 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:216 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/6a/3a/1d/6a3a1d2692f92318262634b87f459cef0d49a17e_2.file.product-buy.tpl.php:34 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec5153a02_50965026)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/15/06/87/150687966b19e9963c4a41746ec621f7603af773_2.file.product-first.tpl.php:106 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec49b8de2_53612850)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_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_691a4ec3bf12b1_26618828)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/da/f4/09/daf409d62b98f91f1a70cb85c3c68ca8296c722e_2.file.layout-full-width.tpl.php:50 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3abc4f5_75940466)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/topfun_binarilayouts_layout_full_width_tpl/96/da/52/96da52048658d83544ced283b70b349fcefbb0a1_2.file.product.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_691a4ec3aa3445_14517499)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE location
FROM `ps_stock_available`
WHERE (id_product = 16862) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7863 (getLocation)
/classes/Product.php:751 (loadStockData)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
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.149
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/classes/Product.php:3827 (getSpecificPrice)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 16862 AND `id_group` = 1 LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3990 (getValueForProduct)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1 |
0.135
ms
|
1 |
|
|
/classes/Group.php:154
/classes/Product.php:3994 (getReductionByIdGroup)
/classes/Product.php:3717 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/controllers/front/ProductController.php:146 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|