| 59 |
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `mag_01manufacturer` m INNER JOIN mag_01manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `mag_01manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
4.102
ms
|
7 |
Yes
|
|
/classes/Manufacturer.php:175
/classes/Manufacturer.php:249 (getManufacturers)
/controllers/front/SitemapController.php:189 (getLiteManufacturersList)
/controllers/front/SitemapController.php:21 (getOffersLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `mag_01module` m
INNER JOIN mag_01module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `mag_01hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `mag_01hook` `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.023
ms
|
426 |
Yes
|
Yes
|
/classes/Hook.php:1497
/classes/Hook.php:802 (getAllHookRegistrations)
/classes/Hook.php:945 (getHookModuleExecList)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/override/classes/Dispatcher.php:29 (__construct)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 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 `mag_01configuration` c
LEFT JOIN `mag_01configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
2.371
ms
|
980 |
|
|
/classes/Configuration.php:162
/classes/Configuration.php:210 (loadConfiguration)
/classes/Configuration.php:283 (get)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 215 |
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`
FROM `mag_01cms` c
INNER JOIN mag_01cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
JOIN `mag_01cms_lang` cl ON c.`id_cms` = cl.`id_cms`
WHERE `id_cms_category` = 1 AND c.`active` = 1
AND cl.`id_shop` = 1
AND cl.`id_lang` = 1
GROUP BY c.id_cms
ORDER BY c.`position` |
2.295
ms
|
6 |
Yes
|
Yes
|
/classes/CMSCategory.php:187
/controllers/front/SitemapController.php:81 (getRecurseCategory)
/controllers/front/SitemapController.php:33 (getPagesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 280 |
DELETE FROM `mag_01ets_superspeed_cache_page_hook` WHERE id_cache_page = 107 |
2.242
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:310
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE c.`id_cms_category`, c.`id_parent`, c.`level_depth`, cl.`name`, cl.`link_rewrite`
FROM `mag_01cms_category` c
JOIN `mag_01cms_category_lang` cl ON c.`id_cms_category` = cl.`id_cms_category`
WHERE c.`id_cms_category` = 1
AND `id_lang` = 1 LIMIT 1 |
2.180
ms
|
1 |
|
|
/classes/CMSCategory.php:163
/controllers/front/SitemapController.php:81 (getRecurseCategory)
/controllers/front/SitemapController.php:33 (getPagesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE *
FROM `mag_01ets_seo_meta`
WHERE id_meta = 9 AND id_shop = 1 AND id_lang = 1 LIMIT 1 |
2.064
ms
|
1 |
|
|
/modules/ets_seo/classes/EtsSeoMeta.php:240
/modules/ets_seo/ets_seo.php:3253 (getSeoMeta)
/modules/ets_seo/ets_seo.php:3276 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2389 (getSeoMetaData)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 269 |
INSERT INTO `mag_01guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
2.037
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/ObjectModel.php:469 (add)
/classes/Guest.php:236 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:507 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE m.*,ml.title,ml.link,ml.bubble_text
FROM `mag_01ets_mm_menu` m
INNER JOIN `mag_01ets_mm_menu_shop` ms ON (m.id_menu =ms.id_menu AND ms.id_shop='1')
LEFT JOIN `mag_01ets_mm_menu_lang` ml
ON m.id_menu=ml.id_menu AND ml.id_lang=1
WHERE 1 AND m.enabled=1
ORDER BY m.sort_order asc |
1.936
ms
|
4 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Menu.php:503
/modules/ets_megamenu/ets_megamenu.php:1811 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1778 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1794 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 273 |
INSERT INTO `mag_01connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('171524', '458', '3628718169', '', '1', '1', '2026-08-30 07:08:38') |
1.772
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/Connection.php:168 (add)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:507 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `mag_01hook` h
WHERE (h.active = 1) |
1.772
ms
|
1269 |
|
|
/classes/Hook.php:1605
/classes/Hook.php:903 (getHookStatusByName)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/override/classes/Dispatcher.php:29 (__construct)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 20 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `mag_01meta` m
LEFT JOIN `mag_01meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
1.767
ms
|
45 |
Yes
|
|
/classes/Dispatcher.php:623
/classes/Dispatcher.php:233 (loadRoutes)
/override/classes/Dispatcher.php:29 (__construct)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 274 |
INSERT INTO `mag_01connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('169804', '', 'magatools.com/plan-site', '', '2026-08-30 07:08:38') |
1.677
ms
|
1 |
|
|
/classes/ObjectModel.php:524
/classes/ConnectionsSource.php:86 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:507 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 279 |
UPDATE `mag_01ets_superspeed_cache_page` SET `id_cache_page` = '107',`page` = 'sitemap',`id_object` = '0',`id_product_attribute` = '0',`ip` = '216.73.216.89',`file_cache` = '4d5b511054dacabca3d6904276a64128d59c92c8cd08592a49595c7b393a132c',`request_uri` = '/plan-site',`id_shop` = '1',`id_lang` = '1',`id_currency` = '1',`id_country` = '8',`has_customer` = '0',`has_cart` = '0',`click` = '1',`file_size` = '87.17',`user_agent` = 'Desktop',`date_add` = '2026-08-30 07:08:39',`date_expired` = '2026-09-06 07:08:39' WHERE `id_cache_page` = 107 |
1.628
ms
|
1 |
|
|
/classes/ObjectModel.php:716
/modules/ets_superspeed/classes/cache.php:308 (update)
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE id_block FROM `mag_01ets_mm_block` WHERE enabled=1 AND show_clock=1 AND block_type="PRODUCT" LIMIT 1 |
1.432
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Block.php:719
/modules/ets_megamenu/ets_megamenu.php:1492 (checkBlockClockCountDown)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `mag_01category` c
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1 |
1.426
ms
|
1 |
|
|
/classes/Category.php:2227
/classes/Category.php:1125 (getCategoriesWithoutParent)
/controllers/front/SitemapController.php:73 (getRootCategory)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE * FROM `mag_01currency` c ORDER BY `iso_code` ASC |
1.399
ms
|
3 |
Yes
|
|
/classes/Currency.php:688
/src/Adapter/Currency/CurrencyDataProvider.php:64 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:69 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `mag_01mol_payment_method` a0
WHERE (a0.`id_method` = 'applepay') AND (a0.`live_environment` = 1) |
1.369
ms
|
4 |
|
|
/classes/PrestaShopCollection.php:361
/classes/PrestaShopCollection.php:376 (getAll)
/modules/mollie/shared/Infrastructure/Repository/AbstractRepository.php:48 (getFirst)
/modules/mollie/mollie.php:449 (findOneBy)
/classes/Hook.php:1234 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:999 (exec)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `mag_01country` a
LEFT JOIN `mag_01country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `mag_01country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
1.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:135 (__construct)
/index.php:20 (require_once)
|
| 272 |
SELECT SQL_NO_CACHE `id_page`
FROM `mag_01page`
WHERE `id_page_type` = 13 LIMIT 1 |
1.301
ms
|
1 |
|
|
/classes/Page.php:63
/classes/Connection.php:160 (getCurrentId)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:507 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `mag_01lang` l
LEFT JOIN `mag_01lang_shop` ls ON (l.id_lang = ls.id_lang) |
1.238
ms
|
1 |
|
|
/classes/Language.php:1050
/config/config.inc.php:132 (loadLanguages)
/index.php:20 (require_once)
|
| 30 |
SELECT SQL_NO_CACHE *
FROM `mag_01group` a
LEFT JOIN `mag_01group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
1.235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/modules/ets_superspeed/classes/cache.php:81 (getCurrent)
/modules/ets_superspeed/classes/cache.php:161 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1730 (getCache)
/modules/ets_superspeed/ets_superspeed.php:1737 (getCache)
/override/classes/Dispatcher.php:297 (displayContentCache)
/index.php:66 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE c.`id_cms_category`
FROM `mag_01cms_category` c
INNER JOIN mag_01cms_category_shop cms_category_shop
ON (cms_category_shop.id_cms_category = c.id_cms_category AND cms_category_shop.id_shop = 1)
WHERE c.`id_parent` = 1 AND c.`active` = 1 ORDER BY c.`position` |
1.234
ms
|
1 |
Yes
|
|
/classes/CMSCategory.php:172
/controllers/front/SitemapController.php:81 (getRecurseCategory)
/controllers/front/SitemapController.php:33 (getPagesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_edition_basic" LIMIT 1 |
1.225
ms
|
0 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/ets_seo/ets_seo.php:139 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/override/classes/Dispatcher.php:19 (getInstanceByName)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 44 |
SELECT SQL_NO_CACHE *
FROM `mag_01currency` a
LEFT JOIN `mag_01currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `mag_01currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
1.177
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE `id_store` FROM `mag_01store` LIMIT 1 |
1.147
ms
|
1 |
|
|
/classes/Store.php:191
/controllers/front/SitemapController.php:85 (atLeastOneStoreExists)
/controllers/front/SitemapController.php:33 (getPagesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 251 |
UPDATE `mag_01configuration` SET `value` = '2026-08-31 07:08:38',`date_upd` = '2026-08-30 07:08:38' WHERE `name` = 'ETS_MM_CACHE_TIME_CLEAR' AND (id_shop_group IS NULL OR id_shop_group = 0) AND (id_shop IS NULL OR id_shop = 0) LIMIT 1 |
1.135
ms
|
1 |
|
|
/classes/Configuration.php:465
/modules/ets_megamenu/ets_megamenu.php:1810 (updateValue)
/modules/ets_megamenu/ets_megamenu.php:1778 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1794 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 6
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.120
ms
|
22 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE id_cache_page FROM `mag_01ets_superspeed_cache_page`
WHERE page="sitemap"
AND id_lang="1"
AND id_country = "8"
AND id_currency = "1"
AND id_shop="1"
AND user_agent="Desktop"
AND date_add > "2026-08-30 06:53:39" AND has_customer=0 AND has_cart=0 LIMIT 1 |
1.099
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:235
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.079
ms
|
21 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `mag_01hook` |
0.991
ms
|
1269 |
|
|
/classes/Hook.php:1565
/classes/Hook.php:244 (getAllHookIds)
/classes/Hook.php:954 (getIdByName)
/classes/Dispatcher.php:327 (exec)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE psgdpr.active FROM `mag_01psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 103 LIMIT 1 |
0.943
ms
|
1 |
|
|
/modules/psgdpr/classes/GDPRConsent.php:130
/modules/psgdpr/psgdpr.php:683 (getConsentActive)
/classes/Hook.php:1234 (hookDisplayGDPRConsent)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbird/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php:53 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f224f452_50580228)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:35 (fetch)
/classes/module/Module.php:2417 (fetch)
/modules/ps_emailsubscription/ps_emailsubscription.php:902 (fetch)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE `id_guest`
FROM `mag_01connections`
WHERE `id_guest` = 171524
AND `date_add` > '2026-08-30 06:38:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.937
ms
|
1 |
Yes
|
|
/classes/Connection.php:148
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:507 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 292 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayNavFullWidth" |
0.907
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ets_seo" LIMIT 1 |
0.896
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/override/classes/Dispatcher.php:18 (isEnabled)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 285 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionBuildFrontEndObject" |
0.884
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 288 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayAfterBodyOpeningTag" |
0.857
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE * FROM `mag_01ets_seo_rating` WHERE page_type = 'meta' AND id_page = 9 AND id_shop = 1 LIMIT 1 |
0.850
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoRating.php:87
/modules/ets_seo/classes/EtsSeoRating.php:109 (getRating)
/modules/ets_seo/ets_seo.php:2837 (getRatingConfig)
/modules/ets_seo/ets_seo.php:3413 (generateGraphWebData)
/modules/ets_seo/ets_seo.php:2389 (getSeoMetaData)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `mag_01group_lang`
WHERE `id_group` = 1 |
0.825
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Group.php:61 (__construct)
/classes/Group.php:385 (__construct)
/modules/ets_superspeed/classes/cache.php:81 (getCurrent)
/modules/ets_superspeed/classes/cache.php:161 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1730 (getCache)
/modules/ets_superspeed/ets_superspeed.php:1737 (getCache)
/override/classes/Dispatcher.php:297 (displayContentCache)
/index.php:66 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1 |
0.815
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:1129 (__construct)
/controllers/front/SitemapController.php:73 (getRootCategory)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mag_01module` m
LEFT JOIN `mag_01module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.793
ms
|
87 |
|
|
/classes/module/Module.php:325
/modules/ets_seo/ets_seo.php:131 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/override/classes/Dispatcher.php:19 (getInstanceByName)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 271 |
SELECT SQL_NO_CACHE id_page_type
FROM mag_01page_type
WHERE name = 'sitemap' LIMIT 1 |
0.782
ms
|
1 |
|
|
/classes/Page.php:80
/classes/Page.php:35 (getPageTypeByName)
/classes/Connection.php:160 (getCurrentId)
/classes/Connection.php:77 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:507 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 96 AND `id_shop` = 1 LIMIT 1 |
0.775
ms
|
1 |
|
|
/classes/module/Module.php:2267
/override/classes/Dispatcher.php:18 (isEnabled)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 38 |
SELECT SQL_NO_CACHE id_tab, class_name FROM `mag_01tab` |
0.769
ms
|
225 |
|
|
/classes/Tab.php:334
/classes/Tab.php:424 (getIdFromClassName)
/modules/ets_seo/ets_seo.php:877 (getInstanceFromClassName)
/classes/Hook.php:1234 (hookActionDispatcherBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/Dispatcher.php:327 (exec)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 49
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.757
ms
|
22 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE `type`, `target` FROM `mag_01ets_seo_redirect` WHERE `url` = 'plan-site' AND active = 1 AND `id_shop`=1 LIMIT 1 |
0.750
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoRedirect.php:129
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:829 (getTypeUrlRedirect)
/override/classes/Dispatcher.php:50 (checkForRedirect)
/classes/Dispatcher.php:322 (getController)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE * FROM `mag_01hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.747
ms
|
1 |
|
|
/classes/module/Module.php:2168
/classes/Hook.php:1043 (getExceptionsStatic)
/classes/Dispatcher.php:327 (exec)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE *
FROM `mag_01ets_mm_column`
WHERE 1 AND id_menu=1
ORDER BY sort_order asc |
0.716
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1811 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1778 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1794 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM mag_01shop_group gs
LEFT JOIN mag_01shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN mag_01shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.695
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:696
/classes/shop/Shop.php:755 (cacheShops)
/classes/Configuration.php:280 (getShops)
/classes/shop/Shop.php:379 (getMultiShopValues)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 296 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayFooterAfter" |
0.682
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `mag_01hook_alias` |
0.674
ms
|
86 |
|
|
/classes/Hook.php:312
/classes/Hook.php:343 (getAllHookAliases)
/classes/Hook.php:818 (getHookAliasesFor)
/classes/Hook.php:945 (getHookModuleExecList)
/classes/Dispatcher.php:575 (exec)
/classes/Dispatcher.php:233 (loadRoutes)
/override/classes/Dispatcher.php:29 (__construct)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 39 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mag_01module` m
LEFT JOIN `mag_01module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.674
ms
|
87 |
|
|
/classes/module/Module.php:325
/modules/stripe_official/stripe_official.php:309 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/classes/Hook.php:1105 (getInstanceByName)
/classes/controller/FrontController.php:202 (exec)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 284 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionFrontControllerSetMedia" |
0.665
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE data
FROM `mag_01ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.660
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:51 (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:1234 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:507 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:124 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 290 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayNav2" |
0.656
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM mag_01shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.645
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:158
/classes/shop/ShopUrl.php:178 (cacheMainDomainForShop)
/classes/Tools.php:272 (getMainShopDomain)
/classes/Link.php:45 (getShopDomain)
/config/config.inc.php:266 (__construct)
/index.php:20 (require_once)
|
| 287 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayOverrideTemplate" |
0.638
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 281 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionDispatcherBefore" |
0.617
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.612
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 289 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayNav1" |
0.605
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `mag_01module` m
LEFT JOIN `mag_01module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.601
ms
|
87 |
|
|
/classes/module/Module.php:325
/modules/ets_superspeed/ets_superspeed.php:125 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1736 (getInstanceByName)
/override/classes/Dispatcher.php:297 (displayContentCache)
/index.php:66 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE *
FROM `mag_01ets_superspeed_cache_page` a
WHERE (a.`id_cache_page` = 107) LIMIT 1 |
0.599
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ets_superspeed/classes/ets_superspeed_cache_page.php:83 (__construct)
/modules/ets_superspeed/classes/cache.php:275 (__construct)
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 283 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionFrontControllerInitAfter" |
0.590
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 282 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionFrontControllerInitBefore" |
0.588
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM mag_01shop_url su
LEFT JOIN mag_01shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'magatools.com' OR su.domain_ssl = 'magatools.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.586
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1372
/classes/shop/Shop.php:336 (findShopByHost)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 291 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayTop" |
0.564
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE *
FROM mag_01meta m
LEFT JOIN mag_01meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-sitemap"
OR m.page = "moduleets_seositemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.560
ms
|
2 |
|
|
/classes/Meta.php:161
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:775 (getMetaByPage)
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:746 (mergeSitemapRoute)
/override/classes/Dispatcher.php:31 (mergeRssRoute)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 286 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayHeader" |
0.552
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 297 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayBeforeBodyClosingTag" |
0.548
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
0.545
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `mag_01lang` l
JOIN mag_01lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.540
ms
|
1 |
|
|
/classes/Language.php:1184
/classes/Language.php:1488 (countActiveLanguages)
/classes/Dispatcher.php:489 (isMultiLanguageActivated)
/override/classes/Dispatcher.php:277 (setRequestUri)
/classes/Dispatcher.php:222 (setRequestUri)
/override/classes/Dispatcher.php:29 (__construct)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 114 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 8
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.540
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 46
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.527
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE *
FROM mag_01meta m
LEFT JOIN mag_01meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.514
ms
|
1 |
|
|
/classes/Meta.php:161
/classes/Meta.php:301 (getMetaByPage)
/classes/Meta.php:288 (getHomeMetas)
/classes/controller/FrontController.php:1775 (getMetaTags)
/modules/ets_seo/ets_seo.php:3272 (getTemplateVarPage)
/modules/ets_seo/ets_seo.php:2389 (getSeoMetaData)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.510
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 293 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayFooterBefore" |
0.504
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1 |
0.502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 28
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.499
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `mag_01currency` c
LEFT JOIN mag_01currency_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.492
ms
|
3 |
|
|
/classes/Currency.php:1100
/classes/Currency.php:1119 (countActiveCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:123 (isMultiCurrencyActivated)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE *
FROM `mag_01currency` a
LEFT JOIN `mag_01currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `mag_01currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.491
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 35
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.489
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 29
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.488
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 45
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.486
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 37
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.485
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.484
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 30
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.483
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 7
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.483
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 41
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.480
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 38
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.474
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 238
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.473
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE * FROM `mag_01image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.473
ms
|
16 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 295 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayFooter" |
0.473
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 237
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.472
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 32
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.471
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
0.467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 36
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.467
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 44
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.467
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 39
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.466
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 47
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.466
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 294 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="displayGDPRConsent" |
0.466
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 31
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.464
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 40
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.462
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 33
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.461
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 9
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.459
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE `id_lang` FROM `mag_01lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.458
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 43
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.458
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 48
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.457
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 299 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionObjectAddAfter" |
0.457
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE name, alias FROM `mag_01hook_alias` |
0.444
ms
|
86 |
|
|
/classes/Hook.php:364
/classes/Hook.php:151 (getCanonicalHookNames)
/classes/Hook.php:166 (normalizeHookName)
/classes/Hook.php:1091 (isDisplayHookName)
/classes/Dispatcher.php:327 (exec)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE *
FROM mag_01meta m
LEFT JOIN mag_01meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-ets_seo-rss"
OR m.page = "moduleets_seorss"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.438
ms
|
2 |
|
|
/classes/Meta.php:161
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:752 (getMetaByPage)
/override/classes/Dispatcher.php:31 (mergeRssRoute)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 54 |
SELECT SQL_NO_CACHE *
FROM `mag_01currency` a
LEFT JOIN `mag_01currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:693 (getCurrencyInstance)
/classes/controller/FrontController.php:332 (setCurrency)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *
FROM `mag_01currency` a
LEFT JOIN `mag_01currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `mag_01currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:81 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.429
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
0.429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 16
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.429
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
0.428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE format
FROM `mag_01address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.427
ms
|
1 |
|
|
/classes/AddressFormat.php:629
/classes/AddressFormat.php:608 (getFormatDB)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
0.426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 21
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.423
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE *
FROM mag_01meta m
LEFT JOIN mag_01meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.422
ms
|
1 |
|
|
/classes/Meta.php:161
/modules/ets_seo/ets_seo.php:2650 (getMetaByPage)
/modules/ets_seo/ets_seo.php:3413 (generateGraphWebData)
/modules/ets_seo/ets_seo.php:2389 (getSeoMetaData)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 13
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.420
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `mag_01lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/config/config.inc.php:205 (isAssociatedToShop)
/index.php:20 (require_once)
|
| 261 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.419
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 18
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.418
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.416
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.416
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ybc_blog" LIMIT 1 |
0.415
ms
|
0 |
|
|
/modules/ets_superspeed/classes/ets_superspeed_defines.php:2447
/modules/ets_superspeed/ets_superspeed.php:119 (getIDModuleByName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1736 (getInstanceByName)
/override/classes/Dispatcher.php:297 (displayContentCache)
/index.php:66 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM mag_01shop s
LEFT JOIN mag_01shop_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.413
ms
|
1 |
|
|
/classes/shop/Shop.php:195
/classes/shop/Shop.php:129 (setUrl)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 118 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 10
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.413
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `mag_01lang` a
LEFT JOIN `mag_01lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/config/config.inc.php:200 (__construct)
/index.php:20 (require_once)
|
| 300 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionOutputHTMLBefore" |
0.411
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1 |
0.410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 298 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionObjectAddBefore" |
0.409
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 22
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.408
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE `id_lang` FROM `mag_01lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 19
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.407
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 11
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.406
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.406
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:963 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1500 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 231
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.405
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 301 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionObjectUpdateBefore" |
0.402
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.400
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 34 |
SELECT SQL_NO_CACHE `type`, `target` FROM `mag_01ets_seo_redirect` WHERE `url` = 'fr/plan-site' AND active = 1 AND `id_shop`=1 LIMIT 1 |
0.397
ms
|
0 |
|
|
/modules/ets_seo/classes/EtsSeoRedirect.php:129
/modules/ets_seo/classes/dispatcher/EtsSeoDispatcher.php:835 (getTypeUrlRedirect)
/override/classes/Dispatcher.php:50 (checkForRedirect)
/classes/Dispatcher.php:322 (getController)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1 |
0.397
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE *
FROM mag_01meta m
LEFT JOIN mag_01meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.397
ms
|
1 |
|
|
/classes/Meta.php:161
/modules/ets_seo/ets_seo.php:3249 (getMetaByPage)
/modules/ets_seo/ets_seo.php:3276 (getSeoMetaDataArray)
/modules/ets_seo/ets_seo.php:2389 (getSeoMetaData)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE id_cache_page FROM `mag_01ets_superspeed_cache_page` WHERE file_cache = "4d5b511054dacabca3d6904276a64128d59c92c8cd08592a49595c7b393a132c" AND id_shop="1" LIMIT 1 |
0.397
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:273
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 15
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.396
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM mag_01required_field |
0.393
ms
|
1 |
|
|
/classes/ObjectModel.php:1443
/classes/ObjectModel.php:1478 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1409 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:549 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE *
FROM `mag_01ets_mm_column`
WHERE 1 AND id_menu=2
ORDER BY sort_order asc |
0.393
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1811 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1778 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1794 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM mag_01shop s |
0.391
ms
|
1 |
|
|
/classes/shop/Shop.php:902
/src/Adapter/Configuration.php:363 (getGroupIdFromShopId)
/src/Adapter/Configuration.php:99 (getShopGroupId)
/src/Adapter/Assets/AssetUrlGeneratorTrait.php:48 (get)
/classes/assets/StylesheetManager.php:104 (getFQDN)
/classes/assets/StylesheetManager.php:58 (add)
/classes/controller/FrontController.php:1112 (register)
/classes/controller/FrontController.php:975 (registerStylesheet)
/tools/profiling/Controller.php:33 (setMedia)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE `id_lang` FROM `mag_01lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:113 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.386
ms
|
0 |
|
|
/classes/module/Module.php:2267
/modules/ets_seo/ets_seo.php:139 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/override/classes/Dispatcher.php:19 (getInstanceByName)
/classes/Dispatcher.php:195 (__construct)
/index.php:66 (getInstance)
|
| 99 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
0.386
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE *
FROM `mag_01meta` a
LEFT JOIN `mag_01meta_lang` `b` ON a.`id_meta` = b.`id_meta` AND b.`id_lang` = 1
WHERE (a.`id_meta` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/modules/ets_seo/ets_seo.php:2825 (__construct)
/modules/ets_seo/ets_seo.php:3413 (generateGraphWebData)
/modules/ets_seo/ets_seo.php:2389 (getSeoMetaData)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1 |
0.384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE id_lang FROM `mag_01lang` WHERE is_rtl=0 AND active=1 LIMIT 1 |
0.384
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:530
/modules/ets_megamenu/ets_megamenu.php:1780 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1794 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `mag_01country`
WHERE `id_country` = 8 LIMIT 1 |
0.384
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:113 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 238) AND (b.`id_shop` = 1) LIMIT 1 |
0.383
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1 |
0.383
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:113 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE id_shop
FROM `mag_01group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.382
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Group.php:388 (isAssociatedToShop)
/modules/ets_superspeed/classes/cache.php:81 (getCurrent)
/modules/ets_superspeed/classes/cache.php:161 (getFileCacheByUrl)
/modules/ets_superspeed/ets_superspeed.php:1730 (getCache)
/modules/ets_superspeed/ets_superspeed.php:1737 (getCache)
/override/classes/Dispatcher.php:297 (displayContentCache)
/index.php:66 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
0.382
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
0.381
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1 |
0.380
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
0.379
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `mag_01shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:126 (__construct)
/classes/shop/Shop.php:412 (__construct)
/config/config.inc.php:103 (initialize)
/index.php:20 (require_once)
|
| 83 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1 |
0.378
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
0.377
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 237) AND (b.`id_shop` = 1) LIMIT 1 |
0.376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1 |
0.375
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE *
FROM mag_01meta m
LEFT JOIN mag_01meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Meta.php:161
/classes/Meta.php:301 (getMetaByPage)
/classes/Meta.php:288 (getHomeMetas)
/classes/controller/FrontController.php:1775 (getMetaTags)
/classes/controller/FrontController.php:544 (getTemplateVarPage)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `mag_01shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/shop/Shop.php:542 (__construct)
/config/config.inc.php:160 (getGroup)
/index.php:20 (require_once)
|
| 91 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1 |
0.373
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE id_shop
FROM `mag_01currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.370
ms
|
1 |
|
|
/classes/ObjectModel.php:1576
/classes/Tools.php:697 (isAssociatedToShop)
/classes/controller/FrontController.php:332 (setCurrency)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
0.370
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ets_superspeed" LIMIT 1 |
0.369
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/override/classes/Dispatcher.php:288 (isEnabled)
/index.php:66 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE value FROM `mag_01configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.369
ms
|
1 |
|
|
/classes/shop/Shop.php:1191
/classes/Currency.php:948 (isFeatureActive)
/classes/Currency.php:870 (getIdByQuery)
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 302 |
INSERT IGNORE INTO `mag_01ets_superspeed_cache_page_hook` set id_cache_page="107", hook_name="actionObjectUpdateAfter" |
0.367
ms
|
1 |
|
|
/modules/ets_superspeed/classes/cache.php:360
/modules/ets_superspeed/ets_superspeed.php:1778 (setCache)
/modules/ets_superspeed/ets_superspeed.php:924 (createCache)
/classes/Hook.php:1234 (hookActionOutputHTMLBefore)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:767 (exec)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE `id_lang` FROM `mag_01lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.367
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1 |
0.362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE `name`
FROM `mag_01hook`
WHERE `id_hook` = 1287 LIMIT 1 |
0.362
ms
|
1 |
|
|
/classes/Hook.php:260
/classes/Hook.php:1023 (getNameById)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_imageslider" LIMIT 1 |
0.360
ms
|
1 |
|
|
/modules/ets_superspeed/classes/ets_superspeed_defines.php:2447
/modules/ets_superspeed/ets_superspeed.php:121 (getIDModuleByName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1736 (getInstanceByName)
/override/classes/Dispatcher.php:297 (displayContentCache)
/index.php:66 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 50
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.353
ms
|
12 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 73 AND `id_shop` = 1 LIMIT 1 |
0.353
ms
|
1 |
|
|
/classes/module/Module.php:2267
/modules/ets_megamenu/classes/MM_Config.php:963 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1500 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1 |
0.350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1 |
0.347
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "blockbanner" LIMIT 1 |
0.345
ms
|
0 |
|
|
/modules/ets_superspeed/classes/ets_superspeed_defines.php:2447
/modules/ets_superspeed/ets_superspeed.php:123 (getIDModuleByName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1736 (getInstanceByName)
/override/classes/Dispatcher.php:297 (displayContentCache)
/index.php:66 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE c.id_currency
FROM `mag_01currency` c
WHERE (iso_code = 'GTQ') LIMIT 1 |
0.345
ms
|
1 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
0.342
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/module/Module.php:2267
/override/classes/Dispatcher.php:288 (isEnabled)
/index.php:66 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1 |
0.340
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `mag_01currency_lang`
WHERE `id_currency` = 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Currency.php:226 (__construct)
/classes/Currency.php:1069 (__construct)
/classes/Tools.php:693 (getCurrencyInstance)
/classes/controller/FrontController.php:332 (setCurrency)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE c.id_currency
FROM `mag_01currency` c
WHERE (iso_code = 'DZD') LIMIT 1 |
0.337
ms
|
1 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE c.id_currency
FROM `mag_01currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.337
ms
|
1 |
|
|
/classes/Currency.php:873
/src/Adapter/Currency/CurrencyDataProvider.php:72 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:94 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
0.336
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1 |
0.333
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.333
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:969 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1500 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE `id_lang` FROM `mag_01lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.332
ms
|
1 |
|
|
/classes/Language.php:850
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:94 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1 |
0.332
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE `id_lang` FROM `mag_01lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/Language.php:850
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:81 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:70 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:129 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:74 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:47 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:89 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:76 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:67 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:186 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:129 (getPriceSpecifications)
/classes/controller/Controller.php:197 (getLocale)
/classes/controller/FrontController.php:223 (init)
/tools/profiling/Controller.php:26 (init)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 23
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.330
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 103 AND `id_shop` = 1 LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 41 AND `id_shop` = 1 LIMIT 1 |
0.330
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:113 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.329
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE *
FROM `mag_01ets_mm_column`
WHERE 1 AND id_menu=3
ORDER BY sort_order asc |
0.329
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1811 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1778 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1794 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1 |
0.327
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.327
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/modules/ets_megamenu/classes/MM_Config.php:965 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1500 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 4 AND `id_shop` = 1 LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:28 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `mag_01country`
WHERE `id_country` = 8 LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1245 (renderWidget)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:41 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_banner" LIMIT 1 |
0.318
ms
|
1 |
|
|
/modules/ets_superspeed/classes/ets_superspeed_defines.php:2447
/modules/ets_superspeed/ets_superspeed.php:123 (getIDModuleByName)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:104 (newInstance)
/src/Core/Foundation/IoC/Container.php:134 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:147 (doMake)
/src/Adapter/ServiceLocator.php:50 (make)
/classes/module/Module.php:1386 (get)
/tools/profiling/Module.php:15 (coreLoadModule)
/classes/module/Module.php:1365 (coreLoadModule)
/modules/ets_superspeed/ets_superspeed.php:1736 (getInstanceByName)
/override/classes/Dispatcher.php:297 (displayContentCache)
/index.php:66 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 230
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.318
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1 |
0.317
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:113 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/59/e1/73/59e173c3c39acdd38c910b6c1901d9729b96474b_2.file.footer.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f220d366_39843455)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:448 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:109 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE *
FROM `mag_01ets_mm_column`
WHERE 1 AND id_menu=4
ORDER BY sort_order asc |
0.316
ms
|
1 |
Yes
|
|
/modules/ets_megamenu/classes/MM_Column.php:126
/modules/ets_megamenu/classes/MM_Menu.php:520 (getColumns)
/modules/ets_megamenu/ets_megamenu.php:1811 (getMenus)
/modules/ets_megamenu/ets_megamenu.php:1778 (displayMegaMenu)
/modules/ets_megamenu/ets_megamenu.php:1794 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 253
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.311
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 113
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.310
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/module/Module.php:2267
/modules/ets_megamenu/classes/MM_Config.php:965 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1500 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 246) AND (b.`id_shop` = 1) LIMIT 1 |
0.306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 131
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.302
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE id_lang FROM `mag_01lang` WHERE is_rtl=1 AND active=1 LIMIT 1 |
0.300
ms
|
1 |
|
|
/modules/ets_megamenu/classes/MM_Obj.php:530
/modules/ets_megamenu/ets_megamenu.php:1780 (multiLayoutExist)
/modules/ets_megamenu/ets_megamenu.php:1794 (displayMenuFrontend)
/classes/Hook.php:1234 (hookDisplayNavFullWidth)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:170 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:51 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.299
ms
|
1 |
|
|
/classes/module/Module.php:2778
/classes/module/Module.php:2266 (getModuleIdByName)
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 25
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.296
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1 |
0.296
ms
|
1 |
|
|
/classes/module/Module.php:2267
/classes/Hook.php:1240 (isEnabled)
/tools/profiling/Hook.php:44 (coreRenderWidget)
/classes/Hook.php:1171 (coreRenderWidget)
/config/smarty.config.inc.php:193 (exec)
/classes/Smarty/SmartyLazyRegister.php:61 (smartyHook)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/92/9a/27/929a27795c0fc97280326731c75608e571e9796a_2.file.header.tpl.php:44 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f20ebf26_84650119)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:241 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/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/hummingbirdlayouts_layout_full_width_tpl/16/ef/fc/16effc3256be06157243fb95107f48c7bfa138fd_2.file.layout-both-columns.tpl.php:75 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1eee204_95246400)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/07/ba/7a/07ba7a008fadf526736e22593881a02814a580cf_2.file.layout-full-width.tpl.php:33 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a9322f1ed78d2_81320608)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/16/11/b7/1611b7e5ec46f9c2215a6cade6a3f74a0ab50b51_2.file.page.tpl.php:34 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a932457710c55_56790543)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:115 (_subTemplateRender)
/var/cache/dev/smarty/compile/hummingbirdlayouts_layout_full_width_tpl/c0/3a/01/c03a01354f18cb175a1b18f91aa818541d480da9_2.file.sitemap.tpl.php:40 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_6a93bad6d46232_10048198)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:20 (fetch)
/classes/controller/FrontController.php:764 (fetch)
/override/classes/controller/FrontController.php:69 (smartyOutputContent)
/classes/controller/FrontController.php:748 (smartyOutputContent)
/tools/profiling/Controller.php:91 (display)
/tools/profiling/Controller.php:68 (displayProfiling)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 128
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.295
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE `id_meta` FROM `mag_01meta` WHERE `page`='sitemap' LIMIT 1 |
0.295
ms
|
1 |
|
|
/modules/ets_seo/classes/EtsSeoMeta.php:252
/modules/ets_seo/ets_seo.php:2700 (getIdMetaByController)
/modules/ets_seo/ets_seo.php:3413 (generateGraphWebData)
/modules/ets_seo/ets_seo.php:2389 (getSeoMetaData)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE `id_module` FROM `mag_01module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/module/Module.php:2267
/modules/ets_megamenu/classes/MM_Config.php:969 (isEnabled)
/modules/ets_megamenu/classes/MM_Config.php:1103 (getFormField)
/modules/ets_megamenu/ets_megamenu.php:1500 (getConfig)
/classes/Hook.php:1234 (hookDisplayHeader)
/tools/profiling/Hook.php:15 (coreCallHook)
/classes/Hook.php:447 (coreCallHook)
/classes/Hook.php:1125 (callHookOn)
/classes/controller/FrontController.php:627 (exec)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 26
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.293
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 246
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.290
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 121
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.288
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 132
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.280
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 242
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.280
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 254
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.279
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 243
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.278
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 118
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.277
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 247
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.277
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 240
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.277
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 235
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.276
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE * FROM `mag_01image_type` WHERE 1 AND `manufacturers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.276
ms
|
16 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 114
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.275
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 24
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.274
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 82
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.273
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 241
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.272
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1 |
0.271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 232
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.270
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 234
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.270
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 233
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.270
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 119
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.269
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 248
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.269
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 251
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.265
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 250
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.264
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 252
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.264
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 239
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.263
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 249
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.262
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `mag_01category` c
INNER JOIN mag_01category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `mag_01category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `id_parent` = 236
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
0.261
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:926
/classes/Category.php:299 (getSubCategories)
/classes/Category.php:306 (recurseLiteCategTree)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
0.261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 243) AND (b.`id_shop` = 1) LIMIT 1 |
0.258
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1 |
0.257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 235) AND (b.`id_shop` = 1) LIMIT 1 |
0.256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) AND (b.`id_shop` = 1) LIMIT 1 |
0.255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 247) AND (b.`id_shop` = 1) LIMIT 1 |
0.253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) AND (b.`id_shop` = 1) LIMIT 1 |
0.251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 253) AND (b.`id_shop` = 1) LIMIT 1 |
0.249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `mag_01country`
WHERE `id_country` = 8 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/Country.php:386
/classes/AddressFormat.php:612 (isNeedDniByCountryId)
/classes/AddressFormat.php:593 (getFormat)
/classes/AddressFormat.php:540 (getAddressCountryFormat)
/classes/AddressFormat.php:416 (getOrderedAddressFields)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE *
FROM `mag_01country` a
LEFT JOIN `mag_01country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 157 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 234) AND (b.`id_shop` = 1) LIMIT 1 |
0.246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE * FROM `mag_01image_type` WHERE 1 AND `suppliers` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.246
ms
|
16 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1 |
0.244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 132) AND (b.`id_shop` = 1) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 251) AND (b.`id_shop` = 1) LIMIT 1 |
0.243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE * FROM `mag_01image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.241
ms
|
16 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 242) AND (b.`id_shop` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 131) AND (b.`id_shop` = 1) LIMIT 1 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 231) AND (b.`id_shop` = 1) LIMIT 1 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 232) AND (b.`id_shop` = 1) LIMIT 1 |
0.237
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1 |
0.235
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 230) AND (b.`id_shop` = 1) LIMIT 1 |
0.234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1 |
0.234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 248) AND (b.`id_shop` = 1) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 249) AND (b.`id_shop` = 1) LIMIT 1 |
0.233
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE * FROM `mag_01image_type` WHERE 1 AND `stores` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.232
ms
|
16 |
Yes
|
|
/classes/ImageType.php:89
/src/Adapter/Image/ImageRetriever.php:349 (getImagesTypes)
/classes/controller/FrontController.php:1572 (getNoPictureImage)
/classes/controller/FrontController.php:1724 (getTemplateVarUrls)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 254) AND (b.`id_shop` = 1) LIMIT 1 |
0.232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 233) AND (b.`id_shop` = 1) LIMIT 1 |
0.231
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 240) AND (b.`id_shop` = 1) LIMIT 1 |
0.230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 241) AND (b.`id_shop` = 1) LIMIT 1 |
0.230
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 250) AND (b.`id_shop` = 1) LIMIT 1 |
0.228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 252) AND (b.`id_shop` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 236) AND (b.`id_shop` = 1) LIMIT 1 |
0.226
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/classes/Category.php:306 (recurseLiteCategTree)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE *
FROM `mag_01category` a
LEFT JOIN `mag_01category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `mag_01category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 239) AND (b.`id_shop` = 1) LIMIT 1 |
0.224
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:54
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/Category.php:159 (__construct)
/classes/Category.php:305 (__construct)
/controllers/front/SitemapController.php:73 (recurseLiteCategTree)
/controllers/front/SitemapController.php:25 (getCategoriesLinks)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE *
FROM `mag_01country_lang`
WHERE `id_country` = 8 |
0.223
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:62
/classes/ObjectModel.php:197 (load)
/tools/profiling/ObjectModel.php:12 (__construct)
/classes/AddressFormat.php:382 (__construct)
/classes/AddressFormat.php:417 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1744 (generateAddress)
/classes/controller/FrontController.php:545 (getTemplateVarShop)
/classes/controller/FrontController.php:623 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:52 (initContent)
/controllers/front/SitemapController.php:67 (initContent)
/tools/profiling/Controller.php:45 (initContent)
/classes/Dispatcher.php:468 (run)
/override/classes/Dispatcher.php:303 (dispatch)
/index.php:66 (dispatch)
|