88 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 20 |
9.220
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)
|
233 |
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 = "629323")
where ps.id_store = 403 and p.reference = "629323" LIMIT 1 |
7.110
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2371
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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; |
5.554
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)
|
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`) |
5.133
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)
|
371 |
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` |
4.998
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)
|
232 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 7726 AND id_shop=1 LIMIT 1 |
4.023
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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` |
3.609
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)
|
369 |
INSERT INTO `cbdev1_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('11570', '', 'cb-dev1-1.gobuild.co.za/articles/diy-videos/bathroom-silicone', '', '2025-04-29 16:25:56') |
3.420
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)
|
41 |
SELECT SQL_NO_CACHE p.id_smart_blog_post
FROM `cbdev1_smart_blog_post_lang` p
WHERE p.link_rewrite = "bathroom-silicone" |
3.392
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)
|
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 |
3.127
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)
|
72 |
SELECT SQL_NO_CACHE p.id_smart_blog_post
FROM `cbdev1_smart_blog_post_lang` p
WHERE p.link_rewrite = "bathroom-silicone" |
3.040
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)
|
156 |
UPDATE cbdev1_smart_blog_post as p SET p.viewed = (p.viewed+1) where p.id_smart_blog_post = 169 |
2.931
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)
|
193 |
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.854
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 |
2.590
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)
|
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 |
2.112
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)
|
192 |
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.054
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
202 |
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 (9899) |
2.004
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
273 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 2229 |
2.001
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
179 |
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 (7695) |
1.906
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
58 |
SELECT SQL_NO_CACHE * FROM `cbdev1_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
1.826
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)
|
15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `cbdev1_hook` |
1.819
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)
|
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 |
1.763
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)
|
32 |
SELECT SQL_NO_CACHE c.id_currency
FROM `cbdev1_currency` c
WHERE (iso_code = 'ZAR') LIMIT 1 |
1.706
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)
|
3 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
1.676
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)
|
104 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 15 |
1.625
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)
|
31 |
SELECT SQL_NO_CACHE value FROM `cbdev1_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
1.520
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)
|
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 |
1.429
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)
|
12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `cbdev1_hook` h
WHERE (h.active = 1) |
1.424
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)
|
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 |
1.421
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)
|
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 |
1.386
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)
|
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 |
1.358
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)
|
227 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 7955) LIMIT 1 |
1.349
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 |
1.310
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)
|
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 |
1.298
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)
|
39 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_group_lang`
WHERE `id_group` = 1 |
1.289
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)
|
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 |
1.285
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)
|
30 |
SELECT SQL_NO_CACHE `id_lang` FROM `cbdev1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
1.281
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)
|
21 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
1.255
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)
|
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 |
1.248
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)
|
23 |
SELECT SQL_NO_CACHE * FROM cbdev1_lgseoredirect WHERE (CONCAT("", url_old) = "/articles/diy-videos/bathroom-silicone" OR CONCAT("", url_old) LIKE "/articles/diy-videos/bathroom-silicone#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
1.217
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)
|
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 |
1.211
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)
|
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 |
1.211
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)
|
219 |
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 = "307995")
where ps.id_store = 403 and p.reference = "307995" LIMIT 1 |
1.184
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2371
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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 = 169 |
1.168
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)
|
263 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 1379 AND id_shop=1 LIMIT 1 |
1.168
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
29 |
SELECT SQL_NO_CACHE * FROM `cbdev1_currency` c ORDER BY `iso_code` ASC |
1.150
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)
|
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 |
1.149
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)
|
137 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 15 |
1.142
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)
|
9 |
SELECT SQL_NO_CACHE id_shop
FROM `cbdev1_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
1.129
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
22 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1 |
1.118
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)
|
60 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `cbdev1_country`
WHERE `id_country` = 30 LIMIT 1 |
1.115
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)
|
222 |
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 (7726) |
1.113
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 |
1.084
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)
|
230 |
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` = 7726 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` = 7726 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1.081
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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 |
1.074
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)
|
251 |
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 (1379) |
1.072
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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 |
1.067
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
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 |
1.063
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)
|
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 |
1.057
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)
|
63 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM cbdev1_required_field |
1.052
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)
|
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 |
1.050
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)
|
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.992
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)
|
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.987
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)
|
34 |
SELECT SQL_NO_CACHE `id_lang` FROM `cbdev1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
0.985
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)
|
28 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_store_lang`
WHERE `id_store` = 403 |
0.983
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)
|
59 |
SELECT SQL_NO_CACHE format
FROM `cbdev1_address_format`
WHERE `id_country` = 30 LIMIT 1 |
0.932
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)
|
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` = 169) LIMIT 1 |
0.925
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)
|
14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `cbdev1_hook_alias` |
0.916
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)
|
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` = 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.916
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:186 (getTaxCalculator)
/classes/Product.php:5862 (getProductEcotaxRate)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
234 |
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` = 7726
ORDER BY `position` |
0.891
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.881
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)
|
25 |
SELECT SQL_NO_CACHE * FROM `cbdev1_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.879
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:507 (exec)
/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.873
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)
|
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.870
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)
|
236 |
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 (7748) |
0.840
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
294 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_nrt_mega_cache` a
WHERE (a.`id_mega_cache` = 1) LIMIT 1 |
0.815
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)
|
267 |
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 (7704) |
0.808
ms
|
1 |
|
|
/classes/ProductAssembler.php:64
/classes/ProductAssembler.php:182 (addMissingProductFields)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 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.782
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5968 (getTaxCalculator)
/classes/Product.php:5860 (getTaxesInformations)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
255 |
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` = 1379) AND (b.`id_shop` = 1) LIMIT 1 |
0.773
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
189 |
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` = 7695 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` = 7695 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.767
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
198 |
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 = "629338")
where ps.id_store = 403 and p.reference = "629338" LIMIT 1 |
0.750
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2371
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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` |
0.746
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)
|
245 |
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` = 7748 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` = 7748 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.743
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 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 |
0.741
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)
|
275 |
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 7704 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` = 7704 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.739
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
217 |
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` = 9899 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` = 9899 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.731
ms
|
0 |
|
|
/classes/Cart.php:1426
/classes/Product.php:4357 (getProductQuantity)
/override/classes/Product.php:302 (getQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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.729
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)
|
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.725
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)
|
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.724
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)
|
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.723
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)
|
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.712
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
231 |
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 = 7726
ORDER BY f.position ASC |
0.709
ms
|
3 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
164 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_css' LIMIT 1 |
0.707
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)
|
165 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_css' LIMIT 1 |
0.692
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)
|
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.691
ms
|
53 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
215 |
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 ('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.687
ms
|
1 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:3926 (getTaxCalculator)
/override/classes/Product.php:241 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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.672
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)
|
190 |
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 = 7695
ORDER BY f.position ASC |
0.671
ms
|
3 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.668
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)
|
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.668
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)
|
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.665
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)
|
261 |
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` = 1379 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` = 1379 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.663
ms
|
0 |
|
|
/classes/Cart.php:1426
/override/classes/Product.php:308 (getProductQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
163 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.659
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)
|
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.657
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)
|
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 |
0.655
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)
|
178 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_version' LIMIT 1 |
0.650
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)
|
203 |
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` = 9899
AND image_shop.`cover` = 1 LIMIT 1 |
0.643
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
7 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.642
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)
|
36 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_currency_lang`
WHERE `id_currency` = 1 |
0.636
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)
|
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.633
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)
|
183 |
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` = 7695) AND (b.`id_shop` = 1) LIMIT 1 |
0.629
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
195 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.621
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
184 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "629338" LIMIT 1 |
0.612
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
256 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "675001" LIMIT 1 |
0.605
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
144 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.603
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)
|
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.602
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)
|
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.600
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)
|
145 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "jscomposer" LIMIT 1 |
0.591
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)
|
276 |
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 = 7704
ORDER BY f.position ASC |
0.585
ms
|
3 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
239 |
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` = 7748) AND (b.`id_shop` = 1) LIMIT 1 |
0.583
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
317 |
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.583
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)
|
180 |
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` = 7695
AND image_shop.`cover` = 1 LIMIT 1 |
0.582
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
62 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_country_lang`
WHERE `id_country` = 30 |
0.573
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)
|
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.572
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)
|
307 |
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.570
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)
|
205 |
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` = 9899) AND (b.`id_shop` = 1) LIMIT 1 |
0.566
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.562
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)
|
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 |
0.559
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)
|
368 |
SELECT SQL_NO_CACHE `id_guest`
FROM `cbdev1_connections`
WHERE `id_guest` = 13949
AND `date_add` > '2025-04-29 15:55:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.554
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)
|
213 |
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `cbdev1_product` p
INNER JOIN `cbdev1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `cbdev1_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 9899) |
0.554
ms
|
1 |
|
|
/classes/Product.php:3860
/override/classes/Product.php:241 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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.552
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)
|
270 |
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` = 7704) 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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
312 |
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.546
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)
|
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.545
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)
|
265 |
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` = 1379
ORDER BY `position` |
0.544
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.543
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)
|
225 |
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` = 7726) AND (b.`id_shop` = 1) LIMIT 1 |
0.543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/override/classes/Link.php:90 (getProductObject)
/classes/Product.php:5656 (getProductLink)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 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 = 1379
ORDER BY f.position ASC |
0.541
ms
|
2 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
310 |
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.540
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)
|
366 |
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.540
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)
|
151 |
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`=169 |
0.539
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)
|
246 |
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 = 7748
ORDER BY f.position ASC |
0.536
ms
|
3 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 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` = 7695
ORDER BY `position` |
0.530
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
315 |
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 = 169
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.524
ms
|
2 |
|
|
/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)
|
350 |
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` = 169
AND cl.`id_lang` = 1 |
0.523
ms
|
2 |
|
|
/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)
|
308 |
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.520
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)
|
218 |
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 = 9899
ORDER BY f.position ASC |
0.518
ms
|
3 |
Yes
|
|
/classes/Product.php:6017
/classes/Product.php:5820 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.512
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)
|
166 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.511
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)
|
161 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_page_settings' LIMIT 1 |
0.507
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)
|
64 |
SELECT SQL_NO_CACHE * FROM `cbdev1_ce_icon_set` |
0.505
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)
|
216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `cbdev1_stock_available`
WHERE (id_product = 9899) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
0.504
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4345 (getQuantityAvailableByProduct)
/override/classes/Product.php:302 (getQuantity)
/classes/Product.php:5798 (getQuantity)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
158 |
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 = 169 |
0.503
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)
|
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.499
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)
|
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.496
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)
|
159 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.496
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)
|
264 |
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 = "675001")
where ps.id_store = 403 and p.reference = "675001" LIMIT 1 |
0.494
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2371
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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.488
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)
|
167 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_data' LIMIT 1 |
0.487
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)
|
220 |
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` = 9899
ORDER BY `position` |
0.485
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
313 |
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.483
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)
|
364 |
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.480
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)
|
309 |
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.479
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)
|
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.479
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)
|
277 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 7704 AND id_shop=1 LIMIT 1 |
0.475
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
287 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM cbdev1_product_attribute pa
INNER JOIN cbdev1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.id_product = 9899 LIMIT 1 |
0.475
ms
|
1 |
|
|
/classes/Product.php:1106
/classes/Product.php:3817 (getDefaultAttribute)
/override/classes/Product.php:548 (priceCalculation)
/override/classes/Product.php:471 (priceCalculationByStoreByStore)
/modules/gb_helper/gb_helper.php:457 (getPriceStaticByStore)
/classes/Hook.php:1077 (hookDisplayProductPriceBlock)
/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/cc/56/06/cc560693b2f1ed5a0d18993ac6ca2ab815c00558_2.file.product.tpl.php:182 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/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:299 (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)
|
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.473
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)
|
293 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_nrt_mega_cache` a
WHERE (a.`id_mega_cache` = 2) LIMIT 1 |
0.470
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)
|
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 = 169 |
0.470
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)
|
249 |
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` = 7748
ORDER BY `position` |
0.468
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.465
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)
|
351 |
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 = 168
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.465
ms
|
2 |
|
|
/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)
|
311 |
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.463
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)
|
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.457
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)
|
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.456
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)
|
157 |
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 = 169 |
0.455
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)
|
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.454
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)
|
279 |
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` = 7704
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/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.447
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)
|
226 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "629323" LIMIT 1 |
0.443
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
378 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_page_settings' LIMIT 1 |
0.441
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)
|
319 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 37 |
0.440
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)
|
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 = 169
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.439
ms
|
2 |
|
|
/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)
|
295 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_mainmenu" LIMIT 1 |
0.439
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)
|
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.437
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)
|
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` = 169
AND cl.`id_lang` = 1 |
0.433
ms
|
2 |
|
|
/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)
|
248 |
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 = "307541")
where ps.id_store = 403 and p.reference = "307541" LIMIT 1 |
0.430
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2371
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 544 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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.423
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)
|
314 |
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.422
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)
|
339 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 8 |
0.422
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)
|
316 |
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 = 169
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.419
ms
|
2 |
|
|
/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)
|
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.419
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)
|
296 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1 |
0.417
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)
|
268 |
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` = 7704
AND image_shop.`cover` = 1 LIMIT 1 |
0.416
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
278 |
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 = "303671")
where ps.id_store = 403 and p.reference = "303671" LIMIT 1 |
0.416
ms
|
1 |
|
|
/modules/creativeelements/includes/base/widget-product-base.php:2371
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
55 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.415
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)
|
258 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 8045 |
0.415
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 7704 |
0.414
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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` = 1379
AND image_shop.`cover` = 1 LIMIT 1 |
0.413
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 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.413
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)
|
171 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "contactform" LIMIT 1 |
0.412
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)
|
182 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 544 LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.411
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)
|
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=15 AND pl.id_lang = 1 |
0.411
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)
|
168 |
SELECT SQL_NO_CACHE * FROM `cbdev1_image_type` |
0.411
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)
|
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.410
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)
|
292 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_wp_page_template' LIMIT 1 |
0.410
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)
|
377 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_edit_mode' LIMIT 1 |
0.410
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)
|
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.408
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)
|
302 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.406
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)
|
326 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 16 |
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)
|
360 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 131 AND `id_shop` = 1 LIMIT 1 |
0.404
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)
|
336 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 4 |
0.403
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)
|
162 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_elementor_data' LIMIT 1 |
0.401
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)
|
363 |
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.400
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)
|
274 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 7704 AND `id_store` = 403 LIMIT 1 |
0.397
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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.397
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)
|
375 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 1010000 AND name = '_elementor_page_settings' LIMIT 1 |
0.397
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)
|
353 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.395
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)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM cbdev1_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.393
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)
|
299 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.393
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)
|
228 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 7955 |
0.392
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
204 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 544 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
209 |
SELECT SQL_NO_CACHE `name`
FROM `cbdev1_manufacturer`
WHERE `id_manufacturer` = 173
AND `active` = 1 LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5665 (getNameById)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 3 |
0.390
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)
|
352 |
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 = 170
order by bpc.id_smart_blog_category desc LIMIT 1 |
0.389
ms
|
2 |
|
|
/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)
|
117 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 16 |
0.388
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)
|
281 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "629338" LIMIT 1 |
0.387
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)
|
370 |
SELECT SQL_NO_CACHE id_country from cbdev1_country where iso_code = "ZA" LIMIT 1 |
0.387
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)
|
379 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_wp_page_template' LIMIT 1 |
0.387
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)
|
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.385
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)
|
337 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 5 |
0.384
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)
|
181 |
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` = 544 LIMIT 1 |
0.382
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
188 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 7695 AND `id_store` = 403 LIMIT 1 |
0.379
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
223 |
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` = 7726
AND image_shop.`cover` = 1 LIMIT 1 |
0.379
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
374 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 1010000 AND name = '_wp_page_template' LIMIT 1 |
0.379
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)
|
362 |
SELECT SQL_NO_CACHE `newsletter`, `newsletter_financial`, `newsletter_cbshoper`
FROM cbdev1_customer
WHERE `email` = ''
AND id_shop = 1 LIMIT 1 |
0.377
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)
|
211 |
SELECT SQL_NO_CACHE 1 FROM `cbdev1_specific_price` WHERE id_product = 0 LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:241 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.374
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)
|
237 |
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` = 7748
AND image_shop.`cover` = 1 LIMIT 1 |
0.371
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5639 (getCover)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
154 |
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 = 169-1 |
0.370
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)
|
196 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_tax_lang`
WHERE `id_tax` = 1 |
0.369
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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_ce_revision FROM cbdev1_ce_revision WHERE parent = 169190101 AND active = 0 AND id_employee = 0 LIMIT 1 |
0.369
ms
|
9 |
|
|
/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)
|
80 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 34 |
0.368
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)
|
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.367
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)
|
73 |
SELECT SQL_NO_CACHE mc.*
FROM `cbdev1_module_currency` mc
WHERE (mc.`id_module` = 92) AND (mc.`id_shop` = 1) |
0.367
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)
|
348 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 1 |
0.367
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)
|
300 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.366
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)
|
318 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 21 |
0.366
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)
|
376 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 1010000 AND name = '_elementor_css' LIMIT 1 |
0.366
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)
|
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.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)
|
290 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "675001" LIMIT 1 |
0.365
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)
|
328 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 18 |
0.365
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)
|
155 |
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 = 169+1 |
0.365
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)
|
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.364
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)
|
143 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "smartshortcode" LIMIT 1 |
0.363
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)
|
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.362
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)
|
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.362
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)
|
153 |
SELECT SQL_NO_CACHE id_post FROM cbdev1_smart_blog_comment
WHERE id_post=169
AND active=1 |
0.362
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)
|
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.359
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)
|
320 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 36 |
0.359
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)
|
266 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 1379 |
0.357
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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` = 1) LIMIT 1 |
0.355
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)
|
257 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 8045) LIMIT 1 |
0.353
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 17 |
0.353
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)
|
235 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 7726 |
0.351
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.351
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)
|
344 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 13 |
0.350
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)
|
210 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 9899 AND `id_store` = 403 LIMIT 1 |
0.350
ms
|
0 |
|
|
/modules/gb_productstore/classes/ProductStore.php:49
/override/classes/Product.php:238 (getByProductStore)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 3451 |
0.350
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
271 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "303671" LIMIT 1 |
0.349
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.348
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)
|
221 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 9899 |
0.348
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
240 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "307541" LIMIT 1 |
0.348
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.347
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)
|
286 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "307995" LIMIT 1 |
0.347
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)
|
349 |
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.347
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)
|
345 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 14 |
0.346
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)
|
381 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 0 AND name = '_u_elementor_preferences' LIMIT 1 |
0.344
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)
|
323 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 33 |
0.343
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)
|
361 |
SELECT SQL_NO_CACHE `email`
FROM cbdev1_gb_emailsubscription
WHERE `email` = ''
AND id_shop = 1 LIMIT 1 |
0.342
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)
|
335 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 46 |
0.341
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)
|
288 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "629323" LIMIT 1 |
0.341
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)
|
186 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 7960 |
0.340
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.338
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)
|
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.338
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)
|
208 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku_lang`
WHERE `id_gb_sku` = 3631 |
0.338
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
340 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 9 |
0.338
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)
|
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.337
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)
|
341 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 10 |
0.337
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)
|
301 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.336
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)
|
212 |
SELECT SQL_NO_CACHE 1 FROM `cbdev1_specific_price` WHERE id_product = 9899 LIMIT 1 |
0.333
ms
|
1 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/classes/Product.php:3827 (getSpecificPrice)
/override/classes/Product.php:241 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
152 |
SELECT SQL_NO_CACHE * FROM cbdev1_smart_blog_comment
WHERE active=1 AND id_parent=0 AND id_post=169 |
0.332
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)
|
206 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "307995" LIMIT 1 |
0.332
ms
|
1 |
|
|
/modules/gb_sku/src/Classes/GbSku.php:126
/override/classes/Link.php:94 (getGbSkuBySku)
/classes/Product.php:5656 (getProductLink)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
260 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 1379 AND `id_store` = 403 LIMIT 1 |
0.332
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
321 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 35 |
0.332
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)
|
241 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 3451) LIMIT 1 |
0.331
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 * FROM `cbdev1_product_store` WHERE `id_product` = 7726 AND `id_store` = 403 LIMIT 1 |
0.331
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
354 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1 |
0.330
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)
|
346 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 15 |
0.329
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)
|
331 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 43 |
0.325
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)
|
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.324
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)
|
330 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 20 |
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)
|
347 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 2 |
0.322
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)
|
367 |
SELECT SQL_NO_CACHE data
FROM `cbdev1_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.322
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)
|
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.320
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)
|
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.319
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)
|
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.319
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)
|
282 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "nrtcompare" LIMIT 1 |
0.319
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)
|
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.318
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)
|
334 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 45 |
0.317
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)
|
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.316
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)
|
355 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.315
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)
|
191 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 7695 AND id_shop=1 LIMIT 1 |
0.315
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 34 |
0.313
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)
|
373 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_ce_template` a
WHERE (a.`id_ce_template` = 1) LIMIT 1 |
0.313
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)
|
342 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 11 |
0.312
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)
|
169 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "psgdpr" LIMIT 1 |
0.312
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)
|
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.311
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)
|
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.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: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)
|
201 |
SELECT SQL_NO_CACHE state FROM cbdev1_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
185 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 7960) LIMIT 1 |
0.310
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 = 169 |
0.310
ms
|
2 |
|
|
/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)
|
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.308
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)
|
160 |
SELECT SQL_NO_CACHE value FROM cbdev1_ce_meta WHERE id = 169190101 AND name = '_wp_page_template' LIMIT 1 |
0.308
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)
|
243 |
SELECT SQL_NO_CACHE `name`
FROM `cbdev1_manufacturer`
WHERE `id_manufacturer` = 140
AND `active` = 1 LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5665 (getNameById)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
291 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "303671" LIMIT 1 |
0.307
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)
|
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.307
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)
|
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.306
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)
|
357 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.306
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)
|
66 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1 |
0.306
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)
|
187 |
SELECT SQL_NO_CACHE `name`
FROM `cbdev1_manufacturer`
WHERE `id_manufacturer` = 139
AND `active` = 1 LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5665 (getNameById)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 cl.`link_rewrite`
FROM `cbdev1_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1
AND cl.`id_category` = 631 LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5654 (getLinkRewrite)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
200 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 7695 |
0.305
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.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: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)
|
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.303
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)
|
238 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 544 LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 28 |
0.303
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)
|
173 |
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.302
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)
|
338 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 7 |
0.302
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)
|
297 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.301
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.301
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)
|
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.301
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)
|
289 |
SELECT SQL_NO_CACHE id_gb_sku from cbdev1_gb_sku where sku = "307541" LIMIT 1 |
0.300
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)
|
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.299
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)
|
250 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `cbdev1_product_attribute`
WHERE `id_product` = 7748 |
0.299
ms
|
1 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductPresenter.php:110 (__construct)
/modules/creativeelements/includes/base/widget-product-base.php:2386 (present)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.298
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)
|
332 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 44 |
0.297
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)
|
358 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.296
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)
|
207 |
SELECT SQL_NO_CACHE *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 3631) LIMIT 1 |
0.295
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
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.294
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)
|
254 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 631 LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
343 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 12 |
0.292
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)
|
103 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 14 |
0.291
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)
|
303 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.290
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)
|
172 |
SELECT SQL_NO_CACHE psgdpr.active FROM `cbdev1_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 114 LIMIT 1 |
0.289
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)
|
244 |
SELECT SQL_NO_CACHE * FROM `cbdev1_product_store` WHERE `id_product` = 7748 AND `id_store` = 403 LIMIT 1 |
0.289
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
304 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.288
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)
|
329 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 19 |
0.288
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)
|
359 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "gb_emailsubscription" 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/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)
|
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.286
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)
|
284 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "gb_productcomments" LIMIT 1 |
0.282
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)
|
147 |
SELECT SQL_NO_CACHE id_shop FROM `cbdev1_employee_shop` WHERE `id_employee` = 1 |
0.280
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)
|
269 |
SELECT SQL_NO_CACHE name FROM cbdev1_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 544 LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/Product.php:5655
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
259 |
SELECT SQL_NO_CACHE `name`
FROM `cbdev1_manufacturer`
WHERE `id_manufacturer` = 34
AND `active` = 1 LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5665 (getNameById)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
325 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 6 |
0.278
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)
|
214 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 9899 AND id_shop=1 LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:3925 (getIdTaxRulesGroupByIdProduct)
/override/classes/Product.php:241 (priceCalculation)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
131 |
SELECT SQL_NO_CACHE count(id_smart_blog_post) as count from `cbdev1_smart_blog_post_category` where id_smart_blog_category = 9 |
0.272
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)
|
356 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.271
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)
|
174 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.270
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)
|
283 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1 |
0.270
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 *
FROM `cbdev1_gb_sku` a
WHERE (a.`id_gb_sku` = 2229) LIMIT 1 |
0.269
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/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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)
|
298 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 130 AND `id_shop` = 1 LIMIT 1 |
0.268
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)
|
285 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 129 AND `id_shop` = 1 LIMIT 1 |
0.266
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)
|
306 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 98 AND `id_shop` = 1 LIMIT 1 |
0.266
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)
|
176 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "gdprpro" LIMIT 1 |
0.258
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)
|
305 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module` WHERE `name` = "gb_shoppingcart" LIMIT 1 |
0.258
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)
|
170 |
SELECT SQL_NO_CACHE `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1 |
0.256
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)
|
247 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `cbdev1_product_shop`
WHERE `id_product` = 7748 AND id_shop=1 LIMIT 1 |
0.250
ms
|
1 |
|
|
/classes/Product.php:6872
/classes/Product.php:5967 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5860 (getTaxesInformations)
/classes/ProductAssembler.php:187 (getProductProperties)
/modules/creativeelements/includes/base/widget-product-base.php:2363 (assembleProduct)
/modules/creativeelements/includes/base/widget-product-base.php:2431 (getProduct)
/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 `id_module` FROM `cbdev1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.246
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)
|
175 |
SELECT SQL_NO_CACHE psgdpr.active FROM `cbdev1_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 0 LIMIT 1 |
0.233
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)
|