131 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 9 |
11.206
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-04-29 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `cbdev1_category_product` cp
LEFT JOIN `cbdev1_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN cbdev1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN cbdev1_product_store pt ON (pt.`id_product` = p.`id_product` AND id_store=403 and pt.quantity > 0) LEFT JOIN `cbdev1_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN cbdev1_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `cbdev1_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `cbdev1_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `cbdev1_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `cbdev1_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `cbdev1_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 602 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,8 |
6.064
ms
|
246 |
Yes
|
|
/override/classes/Category.php:149
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 s.*,
c.active as country_active,
cl.`name` country,
st.`iso_code` state,
sl.`name`, sl.`address1`, sl.`address2`, sl.`hours`, sl.`note`, sl.`store_text`,
(6371
* acos(
cos(radians(0))
* cos(radians(s.latitude))
* cos(radians(s.longitude) - radians(0))
+ sin(radians(0))
* sin(radians(s.latitude))
)
) distance
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_country c ON (c.id_country = s.id_country)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
LEFT JOIN cbdev1_store_lang sl ON (s.id_store = sl.id_store)
WHERE s.active = 1
AND cl.id_lang = 1
AND sl.id_lang = 1
AND s.id_country = 30
AND s.id_store not in (530,528)
ORDER BY sl.`name` |
5.139
ms
|
337 |
Yes
|
|
/modules/radiusdelivery/src/Classes/StoreHelper.php:271
/modules/radiusdelivery/radiusdelivery.php:1255 (getStores)
/classes/Hook.php:1077 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
181 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_category` a
LEFT JOIN `cbdev1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 602) LIMIT 1 |
5.065
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2452 (__construct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
117 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 16 |
4.575
ms
|
7 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
342 |
SELECT SQL_NO_CACHE bcl.link_rewrite
from cbdev1_smart_blog_post_category bpc
left join cbdev1_smart_blog_category_lang bcl on (bpc.id_smart_blog_category = bcl.id_smart_blog_category and bcl.id_lang = 1)
where bpc.id_smart_blog_post = 38
order by bpc.id_smart_blog_category desc LIMIT 1 |
4.049
ms
|
4 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1399
/modules/smartblog/smartblog.php:1575 (getLastCategoryLinkRewrite)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:93 (GetSmartBlogLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:79 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `cbdev1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3028 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `cbdev1_cart_product` cp JOIN `cbdev1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cbdev1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3028 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3.120
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `cbdev1_configuration` c
LEFT JOIN `cbdev1_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
3.046
ms
|
949 |
|
|
/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)
|
13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `cbdev1_module` m
INNER JOIN cbdev1_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `cbdev1_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `cbdev1_hook` `h` ON hm.`id_hook` = h.`id_hook`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1)
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.908
ms
|
396 |
Yes
|
Yes
|
/classes/Hook.php:1267
/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)
|
254 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_product` a
LEFT JOIN `cbdev1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3032) AND (b.`id_shop` = 1) LIMIT 1 |
2.903
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)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
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 `cbdev1_hook_module` hm
STRAIGHT_JOIN `cbdev1_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `cbdev1_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2.862
ms
|
512 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:5967 (getManager)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_edit_mode' LIMIT 1 |
2.815
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:305 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:214 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
UPDATE cbdev1_smart_blog_post as p SET p.viewed = (p.viewed+1) where p.id_smart_blog_post = 38 |
2.724
ms
|
1 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:604
/modules/smartblog/controllers/front/details.php:198 (postViewed)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
273 |
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `cbdev1_product` p
INNER JOIN cbdev1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
INNER JOIN cbdev1_product_store pt ON (pt.`id_product` = p.`id_product` AND id_store=403 and pt.quantity > 0)
LEFT JOIN `cbdev1_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 602 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1 |
2.691
ms
|
246 |
|
|
/override/classes/Category.php:77
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:106 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
380 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
2.593
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
284 |
SELECT SQL_NO_CACHE ps.price, ps.quantity
from cbdev1_product_store ps
left join cbdev1_product p on (p.id_product = ps.id_product and p.reference = "592101")
where ps.id_store = 403 and p.reference = "592101" LIMIT 1 |
2.583
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2596
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
396 |
INSERT INTO `cbdev1_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('11551', '', 'cb-dev1-1.gobuild.co.za/articles/all/bathroom-bliss', '', '2025-04-29 16:22:27') |
2.533
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:592 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:166 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
195 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `cbdev1_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `cbdev1_hook_alias` ha
INNER JOIN `cbdev1_hook` h ON ha.name = h.name |
2.215
ms
|
0 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/classes/Product.php:5967 (getManager)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 34 |
2.190
ms
|
9 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
399 |
SELECT SQL_NO_CACHE c.id_country, c.iso_code, cl.name, 0 as selected, c.latitude, c.longitude, c.zoom
from cbdev1_country c
left join cbdev1_country_lang cl on cl.id_country = c.id_country
where c.id_country != 30 and c.selector = 1 order by cl.name |
2.081
ms
|
240 |
Yes
|
|
/override/classes/Country.php:56
/modules/radiusdelivery/radiusdelivery.php:1258 (getCountriesBySelector)
/classes/Hook.php:1077 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_store` a
LEFT JOIN `cbdev1_store_lang` `b` ON a.`id_store` = b.`id_store` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_store_shop` `c` ON a.`id_store` = c.`id_store` AND c.`id_shop` = 1
WHERE (a.`id_store` = 403) LIMIT 1 |
1.883
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Store.php:132 (__construct)
/override/classes/Store.php:67 (__construct)
/override/classes/ToolsCB.php:86 (__construct)
/modules/gb_gtm/gb_gtm.php:389 (getSelectedStore)
/modules/gb_gtm/gb_gtm.php:688 (getPageData)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM cbdev1_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
1.698
ms
|
1 |
|
|
/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)
|
257 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 7805 |
1.652
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 name, alias FROM `cbdev1_hook_alias` |
1.595
ms
|
87 |
|
|
/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)
|
12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `cbdev1_hook` h
WHERE (h.active = 1) |
1.577
ms
|
1059 |
|
|
/classes/Hook.php:1366
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
103 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 14 |
1.365
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
291 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cbdev1_product p
LEFT JOIN cbdev1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cbdev1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN cbdev1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3030) |
1.343
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2588 (assembleProduct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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_gb_sku from cbdev1_gb_sku where sku = "592203" LIMIT 1 |
1.329
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/src/Adapter/Presenter/Product/ProductLazyArray.php:918 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/modules/creativeelements/includes/widgets/product-carousel.php:339 (offsetGet)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM cbdev1_shop s
LEFT JOIN cbdev1_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
1.320
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
303 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cbdev1_product p
LEFT JOIN cbdev1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cbdev1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN cbdev1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5584) |
1.245
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2588 (assembleProduct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
285 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cbdev1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3028
ORDER BY `position` |
1.229
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `cbdev1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3029 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `cbdev1_cart_product` cp JOIN `cbdev1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cbdev1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3029 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.064
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 id_required_field, object_name, field_name
FROM cbdev1_required_field |
1.059
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)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
339 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
1.053
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/modules/gb_shoppingcart/gb_shoppingcart.php:199 (present)
/modules/gb_shoppingcart/gb_shoppingcart.php:224 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cbdev1_product p
LEFT JOIN cbdev1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cbdev1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN cbdev1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3010) |
1.022
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2588 (assembleProduct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_category_lang pl, cbdev1_smart_blog_category p
WHERE pl.id_smart_blog_category=p.id_smart_blog_category AND p.id_smart_blog_category=8 AND pl.id_lang = 1 |
0.988
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:509
/modules/smartblog/controllers/front/details.php:171 (getNameCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
249 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `cbdev1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3031 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `cbdev1_cart_product` cp JOIN `cbdev1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cbdev1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.979
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE value FROM `cbdev1_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.974
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/Currency.php:968 (isFeatureActive)
/classes/Currency.php:890 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php: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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
283 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cbdev1_product p
LEFT JOIN cbdev1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cbdev1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN cbdev1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3028) |
0.973
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2588 (assembleProduct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `cbdev1_product_store` WHERE `id_product` = 5584 AND `id_store` = 403 LIMIT 1 |
0.951
ms
|
1 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `cbdev1_product` a
LEFT JOIN `cbdev1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3029) AND (b.`id_shop` = 1) LIMIT 1 |
0.919
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)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
295 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cbdev1_product p
LEFT JOIN cbdev1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cbdev1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN cbdev1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3031) |
0.886
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2588 (assembleProduct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
160 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_post p INNER JOIN
cbdev1_smart_blog_post_lang pl ON p.id_smart_blog_post=pl.id_smart_blog_post INNER JOIN
cbdev1_smart_blog_post_shop ps ON pl.id_smart_blog_post = ps.id_smart_blog_post
WHERE pl.id_lang= "1"
AND p.active= 1 AND p.id_smart_blog_post = 38 |
0.876
ms
|
1 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1070
/modules/smartblog/controllers/front/details.php:246 (GetPostMetaByPost)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
279 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cbdev1_product p
LEFT JOIN cbdev1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cbdev1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN cbdev1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3027) |
0.860
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2588 (assembleProduct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
213 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 603 LIMIT 1 |
0.844
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
23 |
SELECT SQL_NO_CACHE * FROM cbdev1_lgseoredirect WHERE (CONCAT("", url_old) = "/articles/all/bathroom-bliss" OR CONCAT("", url_old) LIKE "/articles/all/bathroom-bliss#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
0.837
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:858
/modules/lgseoredirect/lgseoredirect.php:798 (checkRedirection)
/classes/Hook.php:1077 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
50 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.821
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
259 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `cbdev1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3032 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `cbdev1_cart_product` cp JOIN `cbdev1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cbdev1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3032 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:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
379 |
SELECT SQL_NO_CACHE bcl.link_rewrite
from cbdev1_smart_blog_post_category bpc
left join cbdev1_smart_blog_category_lang bcl on (bpc.id_smart_blog_category = bcl.id_smart_blog_category and bcl.id_lang = 1)
where bpc.id_smart_blog_post = 39
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.816
ms
|
4 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1399
/modules/smartblog/classes/SmartBlogLink.php:160 (getLastCategoryLinkRewrite)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:271 (getSmartBlogPostLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:229 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 a.*, b.`name`, b.`description`
FROM `cbdev1_lgcookieslaw_purpose` a
LEFT JOIN `cbdev1_lgcookieslaw_purpose_lang` `b` ON (b.`id_lgcookieslaw_purpose` = a.`id_lgcookieslaw_purpose` AND b.`id_lang` = 1)
WHERE (a.`id_shop` = 1) AND (a.`active` = 1) |
0.808
ms
|
5 |
|
|
/modules/lgcookieslaw/classes/LGCookiesLawPurpose.php:355
/modules/lgcookieslaw/lgcookieslaw.php:5067 (getPurposes)
/modules/lgcookieslaw/lgcookieslaw.php:5561 (renderHook)
/modules/lgcookieslaw/lgcookieslaw.php:5567 (hookDisplayFooter)
/classes/Hook.php:1077 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:205 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `cbdev1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3030 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `cbdev1_cart_product` cp JOIN `cbdev1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cbdev1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3030 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.806
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
338 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.806
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/classes/Cart.php:2296 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/modules/gb_shoppingcart/gb_shoppingcart.php:199 (present)
/modules/gb_shoppingcart/gb_shoppingcart.php:224 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cbdev1_product p
LEFT JOIN cbdev1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cbdev1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN cbdev1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3029) |
0.805
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2588 (assembleProduct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
300 |
SELECT SQL_NO_CACHE ps.price, ps.quantity
from cbdev1_product_store ps
left join cbdev1_product p on (p.id_product = ps.id_product and p.reference = "592206")
where ps.id_store = 403 and p.reference = "592206" LIMIT 1 |
0.802
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2596
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.795
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `cbdev1_hook` |
0.790
ms
|
1059 |
|
|
/classes/Hook.php:1326
/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)
|
299 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-04-29 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM cbdev1_product p
LEFT JOIN cbdev1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN cbdev1_stock_available sa ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN cbdev1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3032) |
0.777
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2588 (assembleProduct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `id_guest`
FROM `cbdev1_connections`
WHERE `id_guest` = 13929
AND `date_add` > '2025-04-29 15:52:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.775
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:592 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:166 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
244 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_product` a
LEFT JOIN `cbdev1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3031) AND (b.`id_shop` = 1) LIMIT 1 |
0.769
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)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.756
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:305 (CE\get_post_meta)
/modules/creativeelements/includes/frontend.php:850 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
234 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_product` a
LEFT JOIN `cbdev1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3030) AND (b.`id_shop` = 1) LIMIT 1 |
0.752
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)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 mc.*
FROM `cbdev1_module_currency` mc
WHERE (mc.`id_module` = 92) AND (mc.`id_shop` = 1) |
0.747
ms
|
1 |
|
|
/classes/Currency.php:853
/modules/gb_payment/gb_payment.php:67 (checkPaymentCurrencies)
: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)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
375 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 1 |
0.736
ms
|
206 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cbdev1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3032
ORDER BY `position` |
0.724
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 8 |
0.717
ms
|
9 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
129 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 7 |
0.710
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
271 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM cbdev1_feature_product pf
LEFT JOIN cbdev1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cbdev1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cbdev1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cbdev1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5584
ORDER BY f.position ASC |
0.703
ms
|
5 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
336 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.701
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/modules/gb_shoppingcart/gb_shoppingcart.php:199 (present)
/modules/gb_shoppingcart/gb_shoppingcart.php:224 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cbdev1_module` m
LEFT JOIN `cbdev1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.698
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/gb_leaflet/gb_leaflet.php:87 (__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)
|
209 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `cbdev1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3027 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `cbdev1_cart_product` cp JOIN `cbdev1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cbdev1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3027 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.696
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
296 |
SELECT SQL_NO_CACHE ps.price, ps.quantity
from cbdev1_product_store ps
left join cbdev1_product p on (p.id_product = ps.id_product and p.reference = "592001")
where ps.id_store = 403 and p.reference = "592001" LIMIT 1 |
0.686
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2596
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cbdev1_module` m
LEFT JOIN `cbdev1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.685
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/gb_helper/gb_helper.php:161 (__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:507 (exec)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_post p INNER JOIN
cbdev1_smart_blog_post_lang pl ON p.id_smart_blog_post=pl.id_smart_blog_post INNER JOIN
cbdev1_smart_blog_post_shop ps ON pl.id_smart_blog_post = ps.id_smart_blog_post
WHERE pl.id_lang=1
AND p.active= 1 AND p.id_smart_blog_post = 38 |
0.685
ms
|
1 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:310
/modules/smartblog/controllers/front/details.php:164 (getPost)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 1 |
0.682
ms
|
206 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
391 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `cbdev1_lgcookieslaw_cookie` a
LEFT JOIN `cbdev1_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 1) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.676
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:812
/modules/lgcookieslaw/lgcookieslaw.php:5076 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5561 (renderHook)
/modules/lgcookieslaw/lgcookieslaw.php:5567 (hookDisplayFooter)
/classes/Hook.php:1077 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:205 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
281 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cbdev1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3027
ORDER BY `position` |
0.675
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
346 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 37 |
0.672
ms
|
10 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `cbdev1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3010 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `cbdev1_cart_product` cp JOIN `cbdev1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cbdev1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3010 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.666
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
250 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM cbdev1_feature_product pf
LEFT JOIN cbdev1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cbdev1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cbdev1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cbdev1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3031
ORDER BY f.position ASC |
0.662
ms
|
1 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cbdev1_module` m
LEFT JOIN `cbdev1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.650
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/lgseoredirect/lgseoredirect.php:71 (__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)
|
75 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_smart_blog_category` c
LEFT JOIN `cbdev1_smart_blog_category_lang` cl ON c.`id_smart_blog_category` = cl.`id_smart_blog_category`
WHERE `id_lang` = 1
AND `active` = 1
ORDER BY `position` ASC |
0.632
ms
|
34 |
Yes
|
|
/modules/smartblogcategories/smartblogcategories.php:296
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
230 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM cbdev1_feature_product pf
LEFT JOIN cbdev1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cbdev1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cbdev1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cbdev1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3029
ORDER BY f.position ASC |
0.628
ms
|
1 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE p.id_smart_blog_post
FROM `cbdev1_smart_blog_post_lang` p
WHERE p.link_rewrite = "bathroom-bliss" |
0.626
ms
|
236 |
|
|
/modules/smartblog/smartblog.php:2634
/modules/smartblog/controllers/front/details.php:97 (slug2id)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
146 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_employee` a
LEFT JOIN `cbdev1_employee_shop` `c` ON a.`id_employee` = c.`id_employee` AND c.`id_shop` = 1
WHERE (a.`id_employee` = 5) LIMIT 1 |
0.620
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Employee.php:167 (__construct)
/modules/smartblog/classes/SmartBlogPost.php:362 (__construct)
/modules/smartblog/controllers/front/details.php:164 (getPost)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
377 |
SELECT SQL_NO_CACHE cp.`id_smart_blog_category` AS `id_category`, cl.`name` , cl.`link_rewrite`
FROM `cbdev1_smart_blog_post_category` cp
LEFT JOIN `cbdev1_smart_blog_category` c ON (c.id_smart_blog_category = cp.id_smart_blog_category)
LEFT JOIN `cbdev1_smart_blog_category_lang` cl ON (cp.`id_smart_blog_category` = cl.`id_smart_blog_category`)
INNER JOIN cbdev1_smart_blog_category_shop smart_blog_category_shop
ON (smart_blog_category_shop.id_smart_blog_category = c.id_smart_blog_category AND smart_blog_category_shop.id_shop = 1)
WHERE cp.`id_smart_blog_post` = 38
AND cl.`id_lang` = 1 |
0.617
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:530
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:160 (getPostCategoriesFull)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:229 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cbdev1_module` m
LEFT JOIN `cbdev1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.614
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/smartblog/smartblog.php:48 (__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:1230 (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)
|
204 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_product` a
LEFT JOIN `cbdev1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3027) AND (b.`id_shop` = 1) LIMIT 1 |
0.612
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)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
344 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_smart_blog_category` c
LEFT JOIN `cbdev1_smart_blog_category_lang` cl ON c.`id_smart_blog_category` = cl.`id_smart_blog_category`
WHERE `id_lang` = 1
AND `active` = 1
ORDER BY `position` ASC |
0.612
ms
|
34 |
Yes
|
|
/modules/smartblogcategories/smartblogcategories.php:296
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
270 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `cbdev1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5584 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `cbdev1_cart_product` cp JOIN `cbdev1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `cbdev1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5584 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.611
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
383 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.611
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:183 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.608
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:337 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
108 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_smart_blog_category` c
LEFT JOIN `cbdev1_smart_blog_category_lang` cl ON c.`id_smart_blog_category` = cl.`id_smart_blog_category`
WHERE `id_lang` = 1
AND `active` = 1
ORDER BY `position` ASC |
0.604
ms
|
34 |
Yes
|
|
/modules/smartblogcategories/smartblogcategories.php:296
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM cbdev1_feature_product pf
LEFT JOIN cbdev1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cbdev1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cbdev1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cbdev1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3010
ORDER BY f.position ASC |
0.603
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `cbdev1_module` m
LEFT JOIN `cbdev1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.600
ms
|
110 |
|
|
/classes/module/Module.php:345
/modules/gb_sku/gb_sku.php:81 (__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)
|
72 |
SELECT SQL_NO_CACHE p.id_smart_blog_post
FROM `cbdev1_smart_blog_post_lang` p
WHERE p.link_rewrite = "bathroom-bliss" |
0.591
ms
|
236 |
|
|
/modules/smartblog/smartblog.php:2634
/override/modules/smartblog/smartblog.php:75 (slug2id)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
381 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.591
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:34 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
FROM `cbdev1_nrt_mega_cache` a
WHERE (a.`id_mega_cache` = 1) LIMIT 1 |
0.590
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/nrtmegamenu/classes/NrtMegaCacheClass.php:51 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4113 (getCacheById)
/classes/Hook.php:1077 (hookDisplayMenuVertical)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_post p INNER JOIN
cbdev1_smart_blog_post_lang pl ON p.id_smart_blog_post=pl.id_smart_blog_post INNER JOIN
cbdev1_smart_blog_post_shop ps ON pl.id_smart_blog_post = ps.id_smart_blog_post
WHERE pl.id_lang= "1"
AND p.active= 1 AND p.id_smart_blog_post = 38 |
0.589
ms
|
1 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1049
/modules/smartblog/controllers/front/details.php:208 (GetPostSlugById)
/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 cbdev1_shop_group gs
LEFT JOIN cbdev1_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN cbdev1_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.587
ms
|
1 |
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)
|
201 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3027
AND image_shop.`cover` = 1 LIMIT 1 |
0.586
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
267 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 2019) LIMIT 1 |
0.584
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
43 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.583
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/src/Adapter/Presenter/Cart/CartPresenter.php:326 (getProducts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
263 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cbdev1_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 660 LIMIT 1 |
0.582
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
233 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 603 LIMIT 1 |
0.579
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
359 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 44 |
0.575
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
24 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `cbdev1_meta` m
LEFT JOIN `cbdev1_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.574
ms
|
53 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
208 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 3027 AND `id_store` = 403 LIMIT 1 |
0.572
ms
|
1 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `cbdev1_currency` c
LEFT JOIN cbdev1_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.571
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2204 (isMultiCurrencyActivated)
/modules/smartblogcategories/smartblogcategories.php:330 (getCacheId)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
392 |
SELECT SQL_NO_CACHE a.*, b.`cookie_purpose`, b.`expiry_time`, b.`script_code`
FROM `cbdev1_lgcookieslaw_cookie` a
LEFT JOIN `cbdev1_lgcookieslaw_cookie_lang` `b` ON (b.`id_lgcookieslaw_cookie` = a.`id_lgcookieslaw_cookie` AND b.`id_lang` = 1)
WHERE (a.`id_lgcookieslaw_purpose` = 3) AND (a.`id_shop` = 1) AND (a.`active` = 1)
ORDER BY a.`name` |
0.571
ms
|
21 |
Yes
|
|
/modules/lgcookieslaw/classes/LGCookiesLawCookie.php:812
/modules/lgcookieslaw/lgcookieslaw.php:5076 (getCookiesByPurpose)
/modules/lgcookieslaw/lgcookieslaw.php:5561 (renderHook)
/modules/lgcookieslaw/lgcookieslaw.php:5567 (hookDisplayFooter)
/classes/Hook.php:1077 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:205 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
197 |
SELECT SQL_NO_CACHE tr.*
FROM `cbdev1_tax_rule` tr
JOIN `cbdev1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 30
AND tr.`id_tax_rules_group` = 1
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.565
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5968 (getTaxCalculator)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
232 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3030
AND image_shop.`cover` = 1 LIMIT 1 |
0.565
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
265 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_product` a
LEFT JOIN `cbdev1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5584) AND (b.`id_shop` = 1) LIMIT 1 |
0.563
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)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
292 |
SELECT SQL_NO_CACHE ps.price, ps.quantity
from cbdev1_product_store ps
left join cbdev1_product p on (p.id_product = ps.id_product and p.reference = "592204")
where ps.id_store = 403 and p.reference = "592204" LIMIT 1 |
0.562
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2596
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `id_module` FROM `cbdev1_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.562
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:46 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 10 |
0.557
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
42 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_smart_blog_post` a
LEFT JOIN `cbdev1_smart_blog_post_lang` `b` ON a.`id_smart_blog_post` = b.`id_smart_blog_post` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_smart_blog_post_shop` `c` ON a.`id_smart_blog_post` = c.`id_smart_blog_post` AND c.`id_shop` = 1
WHERE (a.`id_smart_blog_post` = 38) LIMIT 1 |
0.553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/smartblog/classes/SmartBlogPost.php:229 (__construct)
/modules/smartblog/controllers/front/details.php:111 (__construct)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
182 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_category_lang`
WHERE `id_category` = 602 AND `id_shop` = 1 |
0.553
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2452 (__construct)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 33 |
0.552
ms
|
8 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
FROM `cbdev1_cms` a
LEFT JOIN `cbdev1_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.552
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Link.php:555 (__construct)
/modules/lgcookieslaw/lgcookieslaw.php:5092 (getCMSLink)
/modules/lgcookieslaw/lgcookieslaw.php:5561 (renderHook)
/modules/lgcookieslaw/lgcookieslaw.php:5567 (hookDisplayFooter)
/classes/Hook.php:1077 (hookDisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:205 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:149 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_product` a
LEFT JOIN `cbdev1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3010) AND (b.`id_shop` = 1) LIMIT 1 |
0.551
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)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 *
FROM `cbdev1_product` a
LEFT JOIN `cbdev1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3028) AND (b.`id_shop` = 1) LIMIT 1 |
0.551
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)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
389 |
SELECT SQL_NO_CACHE `newsletter`, `newsletter_financial`, `newsletter_cbshoper`
FROM cbdev1_customer
WHERE `email` = ''
AND id_shop = 1 LIMIT 1 |
0.548
ms
|
1 |
|
|
/modules/gb_emailsubscription/gb_emailsubscription.php:524
/modules/gb_emailsubscription/gb_emailsubscription.php:1347 (isNewsletterRegistered)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
49 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.547
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/classes/Cart.php:3084 (getOrderTotal)
/classes/Cart.php:3451 (getDeliveryOptionList)
/classes/Cart.php:3524 (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:2189 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
235 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592204" LIMIT 1 |
0.545
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 image_shop.`id_image`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3028
AND image_shop.`cover` = 1 LIMIT 1 |
0.542
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.542
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/src/Adapter/Presenter/Cart/CartPresenter.php:326 (getProducts)
/modules/gb_shoppingcart/gb_shoppingcart.php:199 (present)
/modules/gb_shoppingcart/gb_shoppingcart.php:224 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
337 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.542
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:335 (getOrderTotal)
/modules/gb_shoppingcart/gb_shoppingcart.php:199 (present)
/modules/gb_shoppingcart/gb_shoppingcart.php:224 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
58 |
SELECT SQL_NO_CACHE * FROM `cbdev1_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.538
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1616 (getNoPictureImage)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
405 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_page_settings' LIMIT 1 |
0.536
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/settings/page/manager.php:235 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/page/manager.php:77 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1042 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:515 (printConfig)
/modules/creativeelements/includes/frontend.php:595 (enqueueScripts)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
340 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.534
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/modules/gb_helper/gb_helper.php:595 (getProducts)
/modules/gb_helper/gb_helper.php:552 (getShippingCosts)
/modules/gb_shoppingcart/gb_shoppingcart.php:201 (displayShippingCosts)
/modules/gb_shoppingcart/gb_shoppingcart.php:224 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM cbdev1_feature_product pf
LEFT JOIN cbdev1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cbdev1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cbdev1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cbdev1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3030
ORDER BY f.position ASC |
0.529
ms
|
1 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
406 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_wp_page_template' LIMIT 1 |
0.527
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/settings/page/manager.php:242 (CE\get_post_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/page/manager.php:77 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1042 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:515 (printConfig)
/modules/creativeelements/includes/frontend.php:595 (enqueueScripts)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
225 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592203" LIMIT 1 |
0.526
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
394 |
SELECT SQL_NO_CACHE data
FROM `cbdev1_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.525
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:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:592 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:166 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM cbdev1_feature_product pf
LEFT JOIN cbdev1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cbdev1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cbdev1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cbdev1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3027
ORDER BY f.position ASC |
0.524
ms
|
1 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
220 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM cbdev1_feature_product pf
LEFT JOIN cbdev1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cbdev1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cbdev1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cbdev1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3028
ORDER BY f.position ASC |
0.523
ms
|
1 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
401 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 1010000 AND name = '_wp_page_template' LIMIT 1 |
0.517
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218 (CE\get_post_meta)
/modules/creativeelements/core/kits/documents/kit.php:23 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
:undefined (frontendBeforeEnqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/includes/frontend.php:568 (CE\do_action)
/modules/creativeelements/includes/frontend.php:594 (enqueueStyles)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cbdev1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5584
ORDER BY `position` |
0.516
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
311 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 129 AND `id_shop` = 1 LIMIT 1 |
0.516
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:216 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:304 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f668d29b785_83963571)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/modules/creativeelements/includes/widgets/product-carousel.php:342 (fetch)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
345 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 21 |
0.516
ms
|
14 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
341 |
SELECT SQL_NO_CACHE a.id_ce_content as id FROM cbdev1_ce_content a
LEFT JOIN cbdev1_ce_content_lang AS b ON a.id_ce_content = b.id_ce_content
LEFT JOIN cbdev1_ce_content_shop sa ON sa.id_ce_content = a.id_ce_content AND sa.id_shop = b.id_shop
WHERE b.id_lang = 1 AND sa.id_shop = 1 AND a.hook LIKE 'DisplayNav2' AND a.active = 1 ORDER BY a.id_product DESC |
0.515
ms
|
1 |
Yes
|
|
/modules/creativeelements/classes/CEContent.php:149
/modules/creativeelements/creativeelements.php:801 (getIdsByHook)
/modules/creativeelements/creativeelements.php:786 (renderContent)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 |
CREATE TABLE IF NOT EXISTS `cbdev1_gb_slider` (
`id_gb_slider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT,
`id_shop` int(10) unsigned NOT NULL,
PRIMARY KEY (`id_gb_slider_slides`, `id_shop`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8; |
0.514
ms
|
1 |
|
|
/modules/gb_slider/gb_slider.php:94
/modules/gb_slider/gb_slider.php:47 (createTables)
: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)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_post p INNER JOIN
cbdev1_smart_blog_post_lang pl ON p.id_smart_blog_post=pl.id_smart_blog_post INNER JOIN
cbdev1_smart_blog_post_shop ps ON pl.id_smart_blog_post = ps.id_smart_blog_post
WHERE pl.id_lang= "1"
AND p.active= 1 AND p.id_smart_blog_post = 38 |
0.513
ms
|
1 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1070
/modules/smartblog/classes/controllers/FrontController.php:117 (GetPostMetaByPost)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
408 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 0 AND name = '_u_elementor_preferences' LIMIT 1 |
0.513
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/classes/wrappers/UId.php:334 (CE\get_post_meta)
/modules/creativeelements/core/settings/editor-preferences/manager.php:59 (CE\get_user_meta)
/modules/creativeelements/core/settings/base/manager.php:311 (getSavedSettings)
/modules/creativeelements/core/settings/base/manager.php:108 (createModel)
/modules/creativeelements/core/settings/editor-preferences/manager.php:31 (getModel)
/modules/creativeelements/core/settings/manager.php:170 (getModelForConfig)
/modules/creativeelements/includes/frontend.php:1042 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:515 (printConfig)
/modules/creativeelements/includes/frontend.php:595 (enqueueScripts)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 19 |
0.505
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
27 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_store` a
LEFT JOIN `cbdev1_store_shop` `c` ON a.`id_store` = c.`id_store` AND c.`id_shop` = 1
WHERE (a.`id_store` = 403) LIMIT 1 |
0.503
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Store.php:132 (__construct)
/override/classes/Store.php:67 (__construct)
/modules/gb_helper/gb_helper.php:351 (__construct)
/classes/Hook.php:1077 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
260 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM cbdev1_feature_product pf
LEFT JOIN cbdev1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN cbdev1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN cbdev1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN cbdev1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3032
ORDER BY f.position ASC |
0.503
ms
|
1 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.502
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
207 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 2145 |
0.499
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_css' LIMIT 1 |
0.498
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/base.php:128 (getMeta)
/modules/creativeelements/core/files/css/base.php:212 (getUrl)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cbdev1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3010
ORDER BY `position` |
0.498
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.492
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
335 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.490
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/modules/gb_shoppingcart/gb_shoppingcart.php:199 (present)
/modules/gb_shoppingcart/gb_shoppingcart.php:224 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 id_country from cbdev1_country where iso_code = "ZA" LIMIT 1 |
0.488
ms
|
1 |
|
|
/override/classes/Country.php:78
/modules/radiusdelivery/src/Classes/StoreHelper.php:236 (getIdCountryByIsoCode)
/modules/radiusdelivery/radiusdelivery.php:1255 (getStores)
/classes/Hook.php:1077 (hookDisplayBodyBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
382 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.487
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:183 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 3027 AND id_shop=1 LIMIT 1 |
0.484
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
206 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 2145) LIMIT 1 |
0.483
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
385 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.482
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:46 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.481
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM cbdev1_shop_url su
LEFT JOIN cbdev1_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'cb-dev1-1.gobuild.co.za' OR su.domain_ssl = 'cb-dev1-1.gobuild.co.za')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.480
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
180 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_version' LIMIT 1 |
0.480
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:933 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:229 (getMainMeta)
/modules/creativeelements/core/base/document.php:740 (getContainerAttributes)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
289 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cbdev1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3029
ORDER BY `position` |
0.471
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE *
FROM cbdev1_meta m
LEFT JOIN cbdev1_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-smartblog-details"
OR m.page = "modulesmartblogdetails"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.469
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1779 (getMetaTags)
/modules/smartblog/classes/controllers/FrontController.php:104 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_page_settings' LIMIT 1 |
0.469
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/document-types/page-base.php:227 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:854 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 value FROM cbdev1_ce_meta WHERE id = 1010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.469
ms
|
1 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:1054 (CE\get_post_meta)
/modules/creativeelements/core/document-types/page-base.php:227 (__construct)
/modules/creativeelements/core/kits/documents/kit.php:23 (__construct)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/kits/manager.php:51 (get)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
:undefined (frontendBeforeEnqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/includes/frontend.php:568 (CE\do_action)
/modules/creativeelements/includes/frontend.php:594 (enqueueStyles)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
142 |
SELECT SQL_NO_CACHE cp.`id_smart_blog_category` AS `id_category`, cl.`name` , cl.`link_rewrite`
FROM `cbdev1_smart_blog_post_category` cp
LEFT JOIN `cbdev1_smart_blog_category` c ON (c.id_smart_blog_category = cp.id_smart_blog_category)
LEFT JOIN `cbdev1_smart_blog_category_lang` cl ON (cp.`id_smart_blog_category` = cl.`id_smart_blog_category`)
INNER JOIN cbdev1_smart_blog_category_shop smart_blog_category_shop
ON (smart_blog_category_shop.id_smart_blog_category = c.id_smart_blog_category AND smart_blog_category_shop.id_shop = 1)
WHERE cp.`id_smart_blog_post` = 38
AND cl.`id_lang` = 1 |
0.466
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:530
/modules/smartblog/classes/SmartBlogPost.php:324 (getPostCategoriesFull)
/modules/smartblog/controllers/front/details.php:164 (getPost)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 37 |
0.466
ms
|
10 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
317 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592206" LIMIT 1 |
0.465
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/src/Adapter/Presenter/Product/ProductLazyArray.php:918 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/modules/creativeelements/includes/widgets/product-carousel.php:339 (offsetGet)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 35 |
0.462
ms
|
8 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
48 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.459
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/classes/Cart.php:3083 (getOrderTotal)
/classes/Cart.php:3451 (getDeliveryOptionList)
/classes/Cart.php:3524 (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:2189 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3010
AND image_shop.`cover` = 1 LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE 1 FROM `cbdev1_cart_rule` WHERE ((date_to >= "2025-04-29 00:00:00" AND date_to <= "2025-04-29 23:59:59") OR (date_from >= "2025-04-29 00:00:00" AND date_from <= "2025-04-29 23:59:59") OR (date_from < "2025-04-29 00:00:00" AND date_to > "2025-04-29 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.457
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (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)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
143 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "smartshortcode" LIMIT 1 |
0.457
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/smartblog/classes/SmartBlogPost.php:344 (isEnabled)
/modules/smartblog/controllers/front/details.php:164 (getPost)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
347 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 36 |
0.457
ms
|
14 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_css' LIMIT 1 |
0.456
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.456
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2559 (getProducts)
/classes/Cart.php:2873 (getPackageList)
/classes/Cart.php:3451 (getDeliveryOptionList)
/classes/Cart.php:3524 (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:2189 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
21 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:98 (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/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
28 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_store_lang`
WHERE `id_store` = 403 |
0.453
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Store.php:132 (__construct)
/override/classes/Store.php:67 (__construct)
/modules/gb_helper/gb_helper.php:351 (__construct)
/classes/Hook.php:1077 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 720 LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
297 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cbdev1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3031
ORDER BY `position` |
0.448
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `cbdev1_lang` a
LEFT JOIN `cbdev1_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.447
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)
|
200 |
SELECT SQL_NO_CACHE tr.*
FROM `cbdev1_tax_rule` tr
JOIN `cbdev1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 30
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('2091' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '2091')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.445
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:186 (getTaxCalculator)
/classes/Product.php:5862 (getProductEcotaxRate)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `cbdev1_lang` l
JOIN cbdev1_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.444
ms
|
1 |
|
|
/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)
|
312 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "303471" LIMIT 1 |
0.444
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/src/Adapter/Presenter/Product/ProductLazyArray.php:918 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/modules/creativeelements/includes/widgets/product-carousel.php:339 (offsetGet)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
104 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 15 |
0.442
ms
|
11 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
378 |
SELECT SQL_NO_CACHE bcl.link_rewrite
from cbdev1_smart_blog_post_category bpc
left join cbdev1_smart_blog_category_lang bcl on (bpc.id_smart_blog_category = bcl.id_smart_blog_category and bcl.id_lang = 1)
where bpc.id_smart_blog_post = 37
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.441
ms
|
4 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1399
/modules/smartblog/classes/SmartBlogLink.php:160 (getLastCategoryLinkRewrite)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:254 (getSmartBlogPostLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:229 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:84 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:121 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 17 |
0.440
ms
|
5 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
79 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 35 |
0.440
ms
|
8 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
51 |
SELECT SQL_NO_CACHE s.*,
sl.name as store_name,
cl.name country,
st.iso_code state
FROM cbdev1_store s
INNER JOIN cbdev1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN cbdev1_store_lang sl ON (sl.id_store = s.id_store)
LEFT JOIN cbdev1_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN cbdev1_state st ON (st.id_state = s.id_state)
WHERE s.active = 1
AND s.id_store = 403
AND cl.id_lang = 1 LIMIT 1 |
0.437
ms
|
0 |
|
|
/modules/radiusdelivery/src/Classes/AddressRadius.php:41
/modules/radiusdelivery/src/Classes/CartHelper.php:275 (getStoreById)
/override/classes/Cart.php:271 (getStoreCartProductsFormatted)
/classes/Cart.php:2143 (getProducts)
/classes/Cart.php:2296 (getOrderTotal)
/src/Adapter/Presenter/Cart/CartPresenter.php:336 (getDiscountSubtotalWithoutGifts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `cbdev1_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.435
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
343 |
SELECT SQL_NO_CACHE bcl.link_rewrite
from cbdev1_smart_blog_post_category bpc
left join cbdev1_smart_blog_category_lang bcl on (bpc.id_smart_blog_category = bcl.id_smart_blog_category and bcl.id_lang = 1)
where bpc.id_smart_blog_post = 38
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.435
ms
|
4 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1399
/modules/smartblog/smartblog.php:1575 (getLastCategoryLinkRewrite)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:93 (GetSmartBlogLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:95 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 p.id_smart_blog_post,pl.meta_title,pl.link_rewrite FROM cbdev1_smart_blog_post p INNER JOIN
cbdev1_smart_blog_post_lang pl ON p.id_smart_blog_post=pl.id_smart_blog_post
WHERE pl.id_lang=1 AND p.active = 1 AND p.id_smart_blog_post = 38-1 |
0.434
ms
|
1 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1283
/modules/smartblog/controllers/front/details.php:188 (getPreviousPostsById)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
222 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3029
AND image_shop.`cover` = 1 LIMIT 1 |
0.434
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
353 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 16 |
0.434
ms
|
7 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
304 |
SELECT SQL_NO_CACHE ps.price, ps.quantity
from cbdev1_product_store ps
left join cbdev1_product p on (p.id_product = ps.id_product and p.reference = "303218")
where ps.id_store = 403 and p.reference = "303218" LIMIT 1 |
0.430
ms
|
2 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2596
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
242 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3031
AND image_shop.`cover` = 1 LIMIT 1 |
0.429
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 16 |
0.428
ms
|
7 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 11 |
0.428
ms
|
3 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
252 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3032
AND image_shop.`cover` = 1 LIMIT 1 |
0.428
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
372 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 14 |
0.427
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 value FROM cbdev1_ce_meta WHERE id = 1010000 AND name = '_elementor_css' LIMIT 1 |
0.427
ms
|
4 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/files/css/post.php:133 (CE\get_post_meta)
/modules/creativeelements/core/files/base.php:213 (loadMeta)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/kits/manager.php:114 (enqueue)
:undefined (frontendBeforeEnqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/includes/frontend.php:568 (CE\do_action)
/modules/creativeelements/includes/frontend.php:594 (enqueueStyles)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_country` a
LEFT JOIN `cbdev1_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 30) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/override/classes/Country.php:45 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
162 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_wp_page_template' LIMIT 1 |
0.425
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/document-types/page-base.php:218 (CE\get_post_meta)
/modules/creativeelements/core/documents-manager.php:224 (__construct)
/modules/creativeelements/core/documents-manager.php:269 (get)
/modules/creativeelements/includes/frontend.php:854 (getDocForFrontend)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
237 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 7804 |
0.422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 3010 AND id_shop=1 LIMIT 1 |
0.421
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
356 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 19 |
0.421
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "contactform" LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/module/Module.php:2636
/modules/creativeelements/includes/widgets/contact-form.php:1347 (getModuleIdByName)
/modules/creativeelements/includes/widgets/contact-form.php:1337 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 1 FROM `cbdev1_cart_rule` WHERE ((date_to >= "2025-04-29 00:00:00" AND date_to <= "2025-04-29 23:59:59") OR (date_from >= "2025-04-29 00:00:00" AND date_from <= "2025-04-29 23:59:59") OR (date_from < "2025-04-29 00:00:00" AND date_to > "2025-04-29 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.418
ms
|
1 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3067 (getCustomerCartRules)
/classes/Cart.php:3451 (getDeliveryOptionList)
/classes/Cart.php:3524 (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:2189 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
128 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 5 |
0.417
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.417
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:305 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:214 (isBuiltWithElementor)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 43 |
0.416
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
370 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 12 |
0.416
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 *
FROM `cbdev1_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.415
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)
|
116 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 6 |
0.414
ms
|
17 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
227 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 7803 |
0.413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 *
FROM `cbdev1_currency` a
LEFT JOIN `cbdev1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `cbdev1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.412
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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
319 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_wp_page_template' LIMIT 1 |
0.411
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:971 (CE\get_post_meta)
/modules/creativeelements/modules/page-templates/module.php:72 (getMeta)
:undefined (templateInclude)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:690 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
407 |
SELECT SQL_NO_CACHE id_ce_revision FROM cbdev1_ce_revision WHERE parent = 38190101 AND active = 0 AND id_employee = 0 LIMIT 1 |
0.411
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:510
/modules/creativeelements/includes/utils.php:198 (CE\wp_get_post_autosave)
/modules/creativeelements/core/base/document.php:861 (getPostAutosave)
/modules/creativeelements/core/documents-manager.php:246 (getAutosaveId)
/modules/creativeelements/core/settings/page/model.php:173 (getDocOrAutoSave)
/modules/creativeelements/includes/base/controls-stack.php:1886 (_registerControls)
/modules/creativeelements/includes/base/controls-stack.php:456 (initControls)
/modules/creativeelements/includes/base/controls-stack.php:248 (getStack)
/modules/creativeelements/includes/base/controls-stack.php:1941 (getControls)
/modules/creativeelements/includes/base/controls-stack.php:977 (sanitizeSettings)
/modules/creativeelements/includes/base/controls-stack.php:1744 (getData)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/includes/base/controls-stack.php:991 (getSettings)
/modules/creativeelements/includes/base/controls-stack.php:1076 (getParsedDynamicSettings)
/modules/creativeelements/includes/base/controls-stack.php:1158 (getSettingsForDisplay)
/modules/creativeelements/core/settings/manager.php:173 (getFrontendSettings)
/modules/creativeelements/includes/frontend.php:1042 (getSettingsFrontendConfig)
/modules/creativeelements/core/base/base-object.php:135 (getInitSettings)
/modules/creativeelements/core/base/base-object.php:43 (ensureSettings)
/modules/creativeelements/core/base/app.php:39 (getSettings)
/modules/creativeelements/includes/frontend.php:515 (printConfig)
/modules/creativeelements/includes/frontend.php:595 (enqueueScripts)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cbdev1_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 603 LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
293 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `cbdev1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3030
ORDER BY `position` |
0.408
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
280 |
SELECT SQL_NO_CACHE ps.price, ps.quantity
from cbdev1_product_store ps
left join cbdev1_product p on (p.id_product = ps.id_product and p.reference = "303471")
where ps.id_store = 403 and p.reference = "303471" LIMIT 1 |
0.406
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2596
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
371 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 13 |
0.405
ms
|
7 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_data' LIMIT 1 |
0.404
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/includes/frontend.php:859 (getElementsData)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
236 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 7804) LIMIT 1 |
0.402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 *
FROM `cbdev1_ce_template` a
WHERE (a.`id_ce_template` = 1) LIMIT 1 |
0.399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:97 (__construct)
/modules/creativeelements/classes/wrappers/Post.php:146 (getInstance)
/modules/creativeelements/core/kits/manager.php:31 (CE\get_post)
/modules/creativeelements/core/kits/manager.php:49 (getActiveId)
/modules/creativeelements/core/kits/manager.php:128 (getActiveKit)
/modules/creativeelements/core/kits/manager.php:106 (getKitForFrontend)
:undefined (frontendBeforeEnqueueStyles)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/includes/frontend.php:568 (CE\do_action)
/modules/creativeelements/includes/frontend.php:594 (enqueueStyles)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
CREATE TABLE IF NOT EXISTS `cbdev1_gb_slider_image_size_cache` (
`image_name` VARCHAR(255) NOT NULL,
`width` int(10) unsigned NOT NULL,
`height` int(10) unsigned NOT NULL,
PRIMARY KEY (`image_name`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8; |
0.399
ms
|
1 |
|
|
/modules/gb_slider/gb_slider.php:132
/modules/gb_slider/gb_slider.php:47 (createTables)
: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)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
119 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 18 |
0.397
ms
|
57 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
388 |
SELECT SQL_NO_CACHE `email`
FROM cbdev1_gb_emailsubscription
WHERE `email` = ''
AND id_shop = 1 LIMIT 1 |
0.397
ms
|
6 |
|
|
/modules/gb_emailsubscription/gb_emailsubscription.php:515
/modules/gb_emailsubscription/gb_emailsubscription.php:1347 (isNewsletterRegistered)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
CREATE TABLE IF NOT EXISTS `cbdev1_gb_slider_slides` (
`id_gb_slider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT,
`position` int(10) unsigned NOT NULL DEFAULT '0',
`enabled` tinyint(1) unsigned NOT NULL DEFAULT '0',
`double` int(11) NOT NULL DEFAULT '0',
`date_from` DATETIME DEFAULT NULL,
`date_to` DATETIME DEFAULT NULL,
`caption_pos` int(10) DEFAULT NULL,
PRIMARY KEY (`id_gb_slider_slides`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4
COLLATE utf8mb4_general_ci; |
0.396
ms
|
1 |
|
|
/modules/gb_slider/gb_slider.php:107
/modules/gb_slider/gb_slider.php:47 (createTables)
: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)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
275 |
SELECT SQL_NO_CACHE ps.price, ps.quantity
from cbdev1_product_store ps
left join cbdev1_product p on (p.id_product = ps.id_product and p.reference = "519")
where ps.id_store = 403 and p.reference = "519" LIMIT 1 |
0.396
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2596
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.396
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/includes/db.php:305 (CE\get_post_meta)
/modules/creativeelements/core/files/css/post.php:214 (isBuiltWithElementor)
/modules/creativeelements/includes/frontend.php:574 (enqueue)
/modules/creativeelements/includes/frontend.php:594 (enqueueStyles)
:undefined (wpFooter)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:149 (CE\do_action)
/modules/creativeelements/classes/assets/CEAssetManager.php:126 (fetchAssets)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php:63 (outputFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:255 (runFilter)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
38 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_group` a
LEFT JOIN `cbdev1_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.395
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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592101" LIMIT 1 |
0.395
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
199 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_tax_lang`
WHERE `id_tax` = 1 |
0.394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5968 (getTaxCalculator)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 p.id_smart_blog_post,pl.meta_title,pl.link_rewrite FROM cbdev1_smart_blog_post p INNER JOIN
cbdev1_smart_blog_post_lang pl ON p.id_smart_blog_post=pl.id_smart_blog_post
WHERE pl.id_lang=1 AND p.active = 1 AND p.id_smart_blog_post = 38+1 |
0.394
ms
|
1 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1270
/modules/smartblog/controllers/front/details.php:190 (getNextPostsById)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
110 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 37 |
0.392
ms
|
10 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
255 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592206" LIMIT 1 |
0.392
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
290 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 3029 |
0.392
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
326 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "303471" LIMIT 1 |
0.389
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
316 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592001" LIMIT 1 |
0.388
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/src/Adapter/Presenter/Product/ProductLazyArray.php:918 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/modules/creativeelements/includes/widgets/product-carousel.php:339 (offsetGet)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 45 |
0.388
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
56 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.388
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/modules/smartblog/classes/controllers/FrontController.php:104 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
92 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 45 |
0.386
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
251 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 3031 AND id_shop=1 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
262 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `cbdev1_image` i
INNER JOIN cbdev1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5584
AND image_shop.`cover` = 1 LIMIT 1 |
0.385
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
376 |
SELECT SQL_NO_CACHE p.link, p.button_type, p.filename_pdf, p.id_author ,p.viewed ,p.created , p.id_smart_blog_post,pl.meta_title,pl.link_rewrite FROM cbdev1_smart_blog_post p INNER JOIN
cbdev1_smart_blog_post_lang pl ON p.id_smart_blog_post=pl.id_smart_blog_post INNER JOIN
cbdev1_smart_blog_post_shop ps ON pl.id_smart_blog_post = ps.id_smart_blog_post AND ps.id_shop = 1
WHERE pl.id_lang=1 AND p.status = 3 ORDER BY p.viewed DESC LIMIT 0,0 |
0.385
ms
|
0 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:682
/modules/smartblogpopularposts/smartblogpopularposts.php:73 (getPopularPosts)
/modules/smartblogpopularposts/smartblogpopularposts.php:130 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
123 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 44 |
0.384
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
277 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 3010 |
0.382
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 *
FROM `cbdev1_nrt_mega_cache` a
WHERE (a.`id_mega_cache` = 2) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/nrtmegamenu/classes/NrtMegaCacheClass.php:51 (__construct)
/modules/nrtmegamenu/nrtmegamenu.php:4068 (getCacheById)
/classes/Hook.php:1077 (hookDisplayMenuHorizontal)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:112 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `cbdev1_module` WHERE `name` = "gb_emailsubscription" LIMIT 1 |
0.382
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `cbdev1_hook_alias` |
0.381
ms
|
87 |
|
|
/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)
|
328 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.381
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 38190101 AND name = '_elementor_data' LIMIT 1 |
0.380
ms
|
7 |
|
|
/modules/creativeelements/classes/wrappers/Post.php:273
/modules/creativeelements/core/base/document.php:604 (CE\get_post_meta)
/modules/creativeelements/core/base/document.php:664 (getJsonMeta)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:66 (getElementsData)
/modules/creativeelements/core/files/css/post.php:187 (getData)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
88 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 20 |
0.379
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
310 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "gb_productcomments" LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:216 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:304 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f668d29b785_83963571)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/modules/creativeelements/includes/widgets/product-carousel.php:342 (fetch)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
228 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 3029 AND `id_store` = 403 LIMIT 1 |
0.377
ms
|
1 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
322 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.376
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:154 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "smartblog" LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/nrtmegamenu/nrtmegamenu.php:90 (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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 7414 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
288 |
SELECT SQL_NO_CACHE ps.price, ps.quantity
from cbdev1_product_store ps
left join cbdev1_product p on (p.id_product = ps.id_product and p.reference = "592203")
where ps.id_store = 403 and p.reference = "592203" LIMIT 1 |
0.374
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2596
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
253 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 603 LIMIT 1 |
0.373
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "jscomposer" LIMIT 1 |
0.373
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/smartblog/classes/SmartBlogPost.php:351 (isInstalled)
/modules/smartblog/controllers/front/details.php:164 (getPost)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
226 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 7803) LIMIT 1 |
0.372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 1 |
0.372
ms
|
206 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 46 |
0.372
ms
|
38 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
360 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 3 |
0.372
ms
|
73 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
374 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 2 |
0.370
ms
|
41 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
81 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 33 |
0.369
ms
|
8 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
313 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592101" LIMIT 1 |
0.369
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/src/Adapter/Presenter/Product/ProductLazyArray.php:918 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/modules/creativeelements/includes/widgets/product-carousel.php:339 (offsetGet)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.367
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/creativeelements/includes/widgets/email-subscription.php:1052 (isEnabled)
/modules/creativeelements/includes/widgets/email-subscription.php:1037 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 id_gb_sku from cbdev1_gb_sku where sku = "519" LIMIT 1 |
0.367
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/src/Adapter/Presenter/Product/ProductLazyArray.php:918 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/modules/creativeelements/includes/widgets/product-carousel.php:339 (offsetGet)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
268 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 2019 |
0.366
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
332 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "gb_shoppingcart" LIMIT 1 |
0.363
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 11 |
0.363
ms
|
3 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 15 |
0.362
ms
|
11 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
264 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 660 LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE bcl.link_rewrite
from cbdev1_smart_blog_post_category bpc
left join cbdev1_smart_blog_category_lang bcl on (bpc.id_smart_blog_category = bcl.id_smart_blog_category and bcl.id_lang = 1)
where bpc.id_smart_blog_post = 38
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.362
ms
|
4 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:1399
/modules/smartblog/classes/SmartBlogLink.php:169 (getLastCategoryLinkRewrite)
/modules/smartblog/controllers/front/details.php:60 (getSmartBlogPostLink)
/modules/smartblog/controllers/front/details.php:154 (canonicalRedirection)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE * FROM `cbdev1_currency` c ORDER BY `iso_code` ASC |
0.361
ms
|
1 |
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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `cbdev1_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 720 LIMIT 1 |
0.361
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `cbdev1_product_store` WHERE `id_product` = 3028 AND `id_store` = 403 LIMIT 1 |
0.361
ms
|
1 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 43 |
0.360
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
134 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 12 |
0.357
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
261 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 3032 AND id_shop=1 LIMIT 1 |
0.356
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
135 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 13 |
0.351
ms
|
7 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
85 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 17 |
0.350
ms
|
5 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
138 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 2 |
0.350
ms
|
41 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
358 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 43 |
0.349
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
373 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 15 |
0.349
ms
|
11 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `cbdev1_lang` l
LEFT JOIN `cbdev1_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.348
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
101 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 12 |
0.347
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 7802 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
243 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 603 LIMIT 1 |
0.347
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
71 |
CREATE TABLE IF NOT EXISTS `cbdev1_gb_slider_store` (
`id_gb_slider_slides` INT(10) UNSIGNED NOT NULL,
`id_store` INT(10) UNSIGNED NOT NULL,
PRIMARY KEY (`id_gb_slider_slides`, `id_store`),
FOREIGN KEY (`id_gb_slider_slides`) REFERENCES `cbdev1_gb_slider_slides`(`id_gb_slider_slides`) ON DELETE CASCADE,
FOREIGN KEY (`id_store`) REFERENCES `cbdev1_store`(`id_store`) ON DELETE CASCADE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; |
0.346
ms
|
1 |
|
|
/modules/gb_slider/gb_slider.php:142
/modules/gb_slider/gb_slider.php:47 (createTables)
: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)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 21 |
0.345
ms
|
14 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
364 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 5 |
0.345
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_group_lang`
WHERE `id_group` = 1 |
0.344
ms
|
1 |
|
|
/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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
CREATE TABLE IF NOT EXISTS `cbdev1_gb_slider_slides_lang` (
`id_gb_slider_slides` int(10) unsigned NOT NULL,
`id_lang` int(10) unsigned NOT NULL,
`title` varchar(255) NOT NULL,
`description` text NOT NULL,
`legend` varchar(255) NOT NULL,
`url` varchar(255) NOT NULL,
`image` varchar(255) NOT NULL,
`image_tablet` varchar(255) NOT NULL,
`image_phone` varchar(255) NOT NULL,
PRIMARY KEY (`id_gb_slider_slides`,`id_lang`)
) ENGINE=InnoDB DEFAULT CHARSET=UTF8; |
0.344
ms
|
1 |
|
|
/modules/gb_slider/gb_slider.php:123
/modules/gb_slider/gb_slider.php:47 (createTables)
: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)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
308 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "nrtcompare" LIMIT 1 |
0.344
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:286 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f668d29b785_83963571)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/modules/creativeelements/includes/widgets/product-carousel.php:342 (fetch)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
66 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.343
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/nrtmegamenu/nrtmegamenu.php:90 (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:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_category_lang pl, cbdev1_smart_blog_category p
WHERE pl.id_smart_blog_category=p.id_smart_blog_category AND p.id_smart_blog_category=1 AND pl.id_lang = 1 |
0.343
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:509
/modules/smartblog/controllers/front/details.php:171 (getNameCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 20 |
0.342
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
91 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 3 |
0.342
ms
|
73 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
248 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 3031 AND `id_store` = 403 LIMIT 1 |
0.342
ms
|
1 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 5584 |
0.340
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 34 |
0.339
ms
|
9 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
97 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 8 |
0.338
ms
|
9 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
238 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 3030 AND `id_store` = 403 LIMIT 1 |
0.338
ms
|
1 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE `id_lang` FROM `cbdev1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.338
ms
|
1 |
|
|
/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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE `id_lang` FROM `cbdev1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.337
ms
|
1 |
|
|
/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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 21 |
0.337
ms
|
14 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
286 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 3028 |
0.337
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
241 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 3030 AND id_shop=1 LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 35 |
0.336
ms
|
8 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
83 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 6 |
0.334
ms
|
17 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
150 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_category_lang pl, cbdev1_smart_blog_category p
WHERE pl.id_smart_blog_category=p.id_smart_blog_category AND p.id_smart_blog_category=2 AND pl.id_lang = 1 |
0.334
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:509
/modules/smartblog/controllers/front/details.php:171 (getNameCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
315 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592204" LIMIT 1 |
0.334
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/src/Adapter/Presenter/Product/ProductLazyArray.php:918 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/modules/creativeelements/includes/widgets/product-carousel.php:339 (offsetGet)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 28 |
0.333
ms
|
16 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
282 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 3027 |
0.333
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 psgdpr.active FROM `cbdev1_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 0 LIMIT 1 |
0.333
ms
|
4 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined (getConsentActive)
/modules/creativeelements/includes/widgets/email-subscription.php:1047 (call_user_func)
/modules/creativeelements/includes/widgets/email-subscription.php:1037 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
96 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 7 |
0.332
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
7 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.331
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)
|
105 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 2 |
0.331
ms
|
41 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
330 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.331
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 18 |
0.331
ms
|
57 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 34 |
0.330
ms
|
9 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE psgdprl.message FROM `cbdev1_psgdpr_consent` psgdpr
LEFT JOIN cbdev1_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 114 AND psgdprl.id_lang =1 LIMIT 1 |
0.330
ms
|
4 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:111
:undefined (getConsentMessage)
/modules/creativeelements/includes/widgets/contact-form.php:1350 (call_user_func)
/modules/creativeelements/includes/widgets/contact-form.php:1337 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_country` a
LEFT JOIN `cbdev1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 30) LIMIT 1 |
0.329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/override/classes/Country.php:45 (__construct)
/classes/AddressFormat.php:404 (__construct)
/override/classes/AddressFormat.php:48 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 28 |
0.328
ms
|
16 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
25 |
SELECT SQL_NO_CACHE * FROM `cbdev1_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.327
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 33 |
0.327
ms
|
8 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_currency` a
LEFT JOIN `cbdev1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.325
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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 3 |
0.325
ms
|
73 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
367 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 9 |
0.323
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 * FROM cbdev1_smart_blog_category_lang pl, cbdev1_smart_blog_category p
WHERE pl.id_smart_blog_category=p.id_smart_blog_category AND p.id_smart_blog_category=46 AND pl.id_lang = 1 |
0.322
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:509
/modules/smartblog/controllers/front/details.php:171 (getNameCategory)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
266 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "303218" LIMIT 1 |
0.322
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `id_module` FROM `cbdev1_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/creativeelements/includes/widgets/contact-form.php:1346 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1337 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
125 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 45 |
0.319
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_country_lang`
WHERE `id_country` = 30 |
0.318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/override/classes/Country.php:45 (__construct)
/classes/AddressFormat.php:404 (__construct)
/override/classes/AddressFormat.php:48 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE * FROM `cbdev1_ce_icon_set` |
0.318
ms
|
1 |
|
|
/modules/creativeelements/classes/CEIconSet.php:69
/modules/creativeelements/modules/fonts-manager/module.php:115 (getCustomIconsConfig)
:undefined (registerIconLibrariesControl)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/includes/managers/icons.php:144 (CE\apply_filters)
/modules/creativeelements/includes/managers/icons.php:207 (getIconManagerTabs)
/modules/creativeelements/includes/managers/icons.php:50 (getIconManagerTabsConfig)
:undefined (registerStyles)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/includes/frontend.php:494 (CE\do_action)
:undefined (registerStyles)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/classes/assets/CEAssetManager.php:41 (CE\do_action)
/modules/creativeelements/modules/misc/module.php:57 (instance)
:undefined (init)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/creativeelements.php:366 (CE\do_action)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
189 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 7414) LIMIT 1 |
0.317
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 11 |
0.317
ms
|
3 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE * FROM `cbdev1_image_type` |
0.317
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/creativeelements/includes/base/widget-product-base.php:50 (getFormattedName)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
216 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 7802) LIMIT 1 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 10 |
0.316
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
130 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 8 |
0.314
ms
|
9 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "519" LIMIT 1 |
0.314
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 4 |
0.314
ms
|
6 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 4 |
0.313
ms
|
6 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE psgdpr.active FROM `cbdev1_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 114 LIMIT 1 |
0.313
ms
|
4 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:132
:undefined (getConsentActive)
/modules/creativeelements/includes/widgets/contact-form.php:1347 (call_user_func)
/modules/creativeelements/includes/widgets/contact-form.php:1337 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 603 LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
365 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 7 |
0.311
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
258 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 3032 AND `id_store` = 403 LIMIT 1 |
0.311
ms
|
1 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 46 |
0.309
ms
|
38 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
231 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 3029 AND id_shop=1 LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 19 |
0.307
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
245 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "592001" LIMIT 1 |
0.307
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 131 AND `id_shop` = 1 LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/3a/db/9b/3adb9bd43554f9417623b999a60f02ada72de2ef_2.file.footer.tpl.php:55 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b67786f9_84515439)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:554 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:137 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
32 |
SELECT SQL_NO_CACHE c.id_currency
FROM `cbdev1_currency` c
WHERE (iso_code = 'ZAR') LIMIT 1 |
0.307
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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE t.`name`,t.`slug`
FROM cbdev1_smart_blog_tag t
LEFT JOIN cbdev1_smart_blog_post_tag pt ON (pt.id_tag = t.id_tag AND t.id_lang = 1)
WHERE pt.`id_post`=38 |
0.306
ms
|
2 |
|
|
/modules/smartblog/classes/SmartBlogPost.php:637
/modules/smartblog/controllers/front/details.php:177 (getProductTags)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
99 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 10 |
0.305
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 5 |
0.304
ms
|
4 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
357 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 20 |
0.304
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 44 |
0.303
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
102 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 13 |
0.303
ms
|
7 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
278 |
SELECT SQL_NO_CACHE state FROM cbdev1_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
318 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "303218" LIMIT 1 |
0.303
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/src/Adapter/Presenter/Product/ProductLazyArray.php:918 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/modules/creativeelements/includes/widgets/product-carousel.php:339 (offsetGet)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
55 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.302
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)
/modules/smartblog/classes/controllers/FrontController.php:104 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 36 |
0.301
ms
|
14 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE id_shop FROM `cbdev1_employee_shop` WHERE `id_employee` = 5 |
0.301
ms
|
1 |
|
|
/classes/ObjectModel.php:1797
/classes/Employee.php:174 (getAssociatedShops)
/modules/smartblog/classes/SmartBlogPost.php:362 (__construct)
/modules/smartblog/controllers/front/details.php:164 (getPost)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_comment
WHERE active=1 AND id_parent=0 AND id_post=38 |
0.301
ms
|
1 |
|
|
/modules/smartblog/classes/Blogcomment.php:108
/modules/smartblog/controllers/front/details.php:178 (getComment)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
352 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 6 |
0.301
ms
|
17 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
354 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 17 |
0.300
ms
|
5 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
198 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:5968 (getTaxCalculator)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 7801) LIMIT 1 |
0.298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
37 |
SELECT SQL_NO_CACHE id_shop
FROM `cbdev1_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
256 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 7805) LIMIT 1 |
0.296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
78 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 36 |
0.294
ms
|
14 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
86 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 18 |
0.294
ms
|
57 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 3028 AND id_shop=1 LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 28 |
0.294
ms
|
16 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:120 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:116 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
294 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 3030 |
0.293
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
127 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 4 |
0.292
ms
|
6 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
309 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:286 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:27 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f668d29b785_83963571)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/modules/creativeelements/includes/widgets/product-carousel.php:342 (fetch)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
272 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 5584 AND id_shop=1 LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
148 |
SELECT SQL_NO_CACHE * FROM `cbdev1_smart_blog_post_category` WHERE id_smart_blog_post = 38 |
0.290
ms
|
4 |
|
|
/modules/smartblog/controllers/front/details.php:393
/modules/smartblog/controllers/front/details.php:167 (getPostCategories)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "gdprpro" LIMIT 1 |
0.289
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/creativeelements/includes/widgets/email-subscription.php:1052 (isEnabled)
/modules/creativeelements/includes/widgets/email-subscription.php:1037 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
247 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 7801 |
0.289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/gb_sku/src/Classes/GbSku.php:129 (__construct)
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 603 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
324 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:154 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.286
ms
|
0 |
|
|
/classes/module/Module.php:2636
/modules/creativeelements/includes/widgets/email-subscription.php:1047 (getModuleIdByName)
/modules/creativeelements/includes/widgets/email-subscription.php:1037 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
302 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 3032 |
0.285
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `cbdev1_currency_lang`
WHERE `id_currency` = 1 |
0.284
ms
|
1 |
|
|
/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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `cbdev1_country`
WHERE `id_country` = 30 LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/override/classes/AddressFormat.php:47 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 3010 AND `id_store` = 403 LIMIT 1 |
0.283
ms
|
1 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/Product.php:5986 (getProductProperties)
/override/classes/Category.php:161 (getProductsProperties)
/src/Adapter/Category/CategoryProductSearchProvider.php:88 (getProducts)
/src/Adapter/Category/CategoryProductSearchProvider.php:105 (getProductsOrCount)
/modules/creativeelements/includes/base/widget-product-base.php:2562 (runQuery)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 id_shop
FROM `cbdev1_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.279
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)
/modules/smartblog/controllers/front/details.php:75 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
98 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 9 |
0.277
ms
|
2 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE id_post FROM cbdev1_smart_blog_comment
WHERE id_post=38
AND active=1 |
0.276
ms
|
1 |
|
|
/modules/smartblog/classes/Blogcomment.php:165
/modules/smartblog/controllers/front/details.php:179 (getToltalComment)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
93 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 46 |
0.272
ms
|
38 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:393 (hookLeftColumn)
/classes/Hook.php:1077 (hookDisplaySmartBlogLeft)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:93 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
22 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/lgseoredirect/lgseoredirect.php:98 (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/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
298 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 3031 |
0.267
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/creativeelements/includes/base/widget-product-base.php:2611 (present)
/modules/creativeelements/includes/widgets/product-carousel.php:287 (getProducts)
/modules/creativeelements/includes/base/widget-base.php:517 (render)
/modules/creativeelements/includes/base/widget-base.php:651 (renderContent)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/includes/base/element-base.php:847 (printElement)
/modules/creativeelements/includes/base/element-base.php:631 (_printContent)
/modules/creativeelements/core/base/document.php:1099 (printElement)
/modules/creativeelements/core/base/document.php:741 (printElements)
/modules/creativeelements/includes/frontend.php:898 (printElementsWithWrapper)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/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 `cbdev1_module_shop` WHERE `id_module` = 98 AND `id_shop` = 1 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1 |
0.263
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/creativeelements/includes/widgets/contact-form.php:1346 (isEnabled)
/modules/creativeelements/includes/widgets/contact-form.php:1337 (initGDPR)
/modules/creativeelements/includes/managers/widgets.php:119 (__construct)
/modules/creativeelements/includes/managers/widgets.php:212 (initWidgets)
/modules/creativeelements/includes/elements/column.php:1066 (getWidgetTypes)
/modules/creativeelements/includes/base/element-base.php:894 (_getDefaultChildType)
/modules/creativeelements/includes/base/element-base.php:342 (getChildType)
/modules/creativeelements/includes/base/element-base.php:939 (addChild)
/modules/creativeelements/includes/base/element-base.php:301 (initChildren)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:117 (getChildren)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:118 (renderStyles)
/modules/creativeelements/core/files/css/post.php:320 (addControlsStackStyleRules)
/modules/creativeelements/core/files/css/post.php:197 (renderStyles)
/modules/creativeelements/core/files/css/base.php:568 (renderCss)
/modules/creativeelements/core/files/base.php:137 (parseContent)
/modules/creativeelements/core/dynamic-tags/dynamic-css.php:75 (getContent)
/modules/creativeelements/core/files/css/base.php:183 (getMeta)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/core/dynamic-tags/manager.php:455 (enqueue)
:undefined (afterEnqueuePostCss)
/modules/creativeelements/classes/wrappers/Helper.php:217 (call_user_func_array)
/modules/creativeelements/core/files/css/base.php:245 (CE\do_action)
/modules/creativeelements/core/files/css/post.php:218 (enqueue)
/modules/creativeelements/includes/frontend.php:884 (enqueue)
/modules/creativeelements/includes/frontend.php:817 (getBuilderContent)
:undefined (applyBuilderInContent)
/modules/creativeelements/classes/wrappers/Helper.php:276 (call_user_func_array)
/modules/creativeelements/creativeelements.php:620 (CE\apply_filters)
/classes/Hook.php:1077 (hookOverrideLayoutTemplate)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1421 (exec)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
331 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:192 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.252
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/smartblog/classes/SmartBlogPost.php:344 (isEnabled)
/modules/smartblog/controllers/front/details.php:164 (getPost)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
325 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 130 AND `id_shop` = 1 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:154 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE format
FROM `cbdev1_address_format`
WHERE `id_country` = 30 LIMIT 1 |
0.247
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/override/classes/AddressFormat.php:47 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/smartblog/classes/controllers/FrontController.php:41 (initContent)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
323 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:154 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d5/76/32/d576323d71265e3f5b77e4864f161b287b48c21f_2.file.header.tpl.php:41 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5796fe4_73394330)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:242 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/07/23/10/0723106ed25b25a0e9383e61cca8c6b2096ef383_2.file.layout-both-columns.tpl.php:74 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6810a1c2a99dc8_46846649)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/d1/fe/d1/d1fed1446de881af81e6ef0a9ca80104c3feb018_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55b5694bb0_53178920)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/e4/42/00/e442007224bd17217d979ad2f40d35a86ed7f91d_2.file.page.tpl.php:35 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f55e7f33e45_07896035)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/gobuildlayouts_layout_left_column_tpl/04/c1/32/04c13288df51bad52ad03234811a907e1070b065_2.module.smartblogviewstemplatesfrontposts.tpl.php:47 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_680f6559b2bba3_48564664)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyStore.php:61 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 14 |
0.234
ms
|
1 |
|
|
/modules/smartblog/classes/BlogCategory.php:639
/modules/smartblogcategories/smartblogcategories.php:354 (getPostByCategory)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:348 (getTree)
/modules/smartblogcategories/smartblogcategories.php:309 (getTree)
/modules/smartblogcategories/smartblogcategories.php:405 (hookLeftColumn)
/classes/Hook.php:1077 (hookdisplaySmartBlogRight)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/modules/smartblog/classes/controllers/FrontController.php:96 (exec)
/modules/smartblog/controllers/front/details.php:152 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|