51 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025-02-11 10:00:41' LIMIT 1 |
144.376
ms
|
1308 |
|
|
/modules/prestablog/class/news.php:585
/modules/prestablog/controllers/front/blog.php:368 (getCountListeAll)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
214 |
INSERT INTO `ps_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('11151112', '13', '308350547', '', '1', '1', '2025-02-11 10:00:42') |
54.262
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
63 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name |
13.034
ms
|
0 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:158 (getManager)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
53 |
SELECT SQL_NO_CACHE cl.`title`, cl.`link_rewrite`, cc.`categorie`
FROM `ps_prestablog_correspondancecategorie` as cc
LEFT JOIN `ps_prestablog_categorie` as c
ON (cc.`categorie` = c.`id_prestablog_categorie`)
LEFT JOIN `ps_prestablog_categorie_lang` as cl
ON (cc.`categorie` = cl.`id_prestablog_categorie`)
WHERE cc.`news` = 255
AND cl.`id_lang` = 2
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
ORDER BY cl.`title` |
10.580
ms
|
96 |
Yes
|
|
/modules/prestablog/class/correspondancescategories.php:58
/modules/prestablog/class/news.php:869 (getCategoriesListeName)
/modules/prestablog/controllers/front/blog.php:385 (getListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
52 |
SELECT SQL_NO_CACHE DISTINCT(nl.`id_prestablog_news`), n.*, nl.*,
LEFT(nl.`title`, 80) as title,
(
SELECT count(cn.`id_prestablog_commentnews`)
FROM `ps_prestablog_commentnews` cn
WHERE cn.`news` = n.`id_prestablog_news`
AND cn.`actif` = 1
) as count_comments,
n.`id_prestablog_news` as `id`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025-02-11 10:00:41'
ORDER BY n.`date` desc
LIMIT 12, 4 |
10.523
ms
|
1308 |
Yes
|
|
/modules/prestablog/class/news.php:862
/modules/prestablog/controllers/front/blog.php:385 (getListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
215 |
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('10434892', '', 'www.revitex.com/pt/blog/12p4', '', '2025-02-11 10:00:42') |
10.056
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
8.995
ms
|
6474 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
189 |
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 557 AND c.`nleft` >= 2 AND c.`nright` <= 557 ORDER BY `nleft` DESC |
8.827
ms
|
1 |
|
|
/classes/Category.php:1600
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
144 |
SELECT SQL_NO_CACHE DISTINCT(nl.`id_prestablog_news`), n.*, nl.*,
LEFT(nl.`title`, 80) as title,
(
SELECT count(cn.`id_prestablog_commentnews`)
FROM `ps_prestablog_commentnews` cn
WHERE cn.`news` = n.`id_prestablog_news`
AND cn.`actif` = 1
) as count_comments,
n.`id_prestablog_news` as `id`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025/02/11 10:00:42'
ORDER BY n.`date` desc
LIMIT 0, 3 |
8.076
ms
|
1308 |
Yes
|
|
/modules/prestablog/class/news.php:862
/modules/prestablog/prestablog.php:8031 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocLastListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
162 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `ps_prestablog_news_lang` as nl
LEFT JOIN `ps_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `ps_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `ps_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 2
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025/02/11 10:00:42'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 4 LIMIT 1 |
7.941
ms
|
12 |
|
|
/modules/prestablog/class/categories.php:512
/modules/prestablog/class/categories.php:701 (getNombreNewsDansCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
185 |
SELECT SQL_NO_CACHE c.*, cl.*
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC |
6.584
ms
|
266 |
Yes
|
Yes
|
/classes/Category.php:799
/modules/ps_categorytree/ps_categorytree.php:141 (getNestedCategories)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
64 |
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
4.606
ms
|
931 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:158 (getManager)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
65 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 5
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
4.350
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
62 |
SELECT SQL_NO_CACHE DISTINCT g.id_tax_rules_group, g.name, g.active FROM `ps_tax_rules_group` g INNER JOIN ps_tax_rules_group_shop tax_rules_group_shop
ON (tax_rules_group_shop.id_tax_rules_group = g.id_tax_rules_group AND tax_rules_group_shop.id_shop = 1) WHERE g.deleted = 0 AND g.`active` = 1 AND g.`active` = 1 ORDER BY name ASC |
3.911
ms
|
11 |
Yes
|
|
/classes/tax/TaxRulesGroup.php:201
/classes/tax/TaxRulesGroup.php:141 (getTaxRulesGroupsData)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:142 (getTaxRulesGroups)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
16 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
3.026
ms
|
3432 |
Yes
|
Yes
|
/classes/Hook.php:1267
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
160 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 3 )
AND TIMESTAMP(n.`date`) <= '2025-02-11 10:00:42' LIMIT 1 |
2.418
ms
|
404 |
|
|
/modules/prestablog/class/news.php:585
/modules/prestablog/class/categories.php:535 (getCountListeAll)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
210 |
INSERT INTO `ps_guest` (`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', 'en', '0') |
2.068
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
50 |
SELECT SQL_NO_CACHE `menu_color`,`read_color`,`hover_color`,`title_color`,`text_color`,`menu_hover`,`menu_link`,`link_read`,`article_title`,`article_text`,`block_categories`,`block_categories_link`,`block_title`,`block_btn`,`categorie_block_background`,`article_background`,`categorie_block_background_hover`,`block_btn_hover`,`ariane_color`,`ariane_color_text`,`ariane_border`,`block_categories_link_btn`
FROM `ps_prestablog_color`
WHERE `id_shop` =1 |
2.023
ms
|
1 |
|
|
/modules/prestablog/class/news.php:292
/modules/prestablog/controllers/front/blog.php:156 (getColorHome)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
175 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 6 )
AND TIMESTAMP(n.`date`) <= '2025-02-11 10:00:42' LIMIT 1 |
1.429
ms
|
448 |
|
|
/modules/prestablog/class/news.php:585
/modules/prestablog/class/categories.php:535 (getCountListeAll)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
95 |
SELECT SQL_NO_CACHE *
FROM `ps_state` a
WHERE (a.`id_state` = 340) LIMIT 1 |
1.346
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
155 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 2 )
AND TIMESTAMP(n.`date`) <= '2025-02-11 10:00:42' LIMIT 1 |
1.261
ms
|
296 |
|
|
/modules/prestablog/class/news.php:585
/modules/prestablog/class/categories.php:535 (getCountListeAll)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
157 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `ps_prestablog_news_lang` as nl
LEFT JOIN `ps_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `ps_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `ps_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 2
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025/02/11 10:00:42'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 3 LIMIT 1 |
1.258
ms
|
101 |
|
|
/modules/prestablog/class/categories.php:512
/modules/prestablog/class/categories.php:701 (getNombreNewsDansCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
15 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1) |
1.183
ms
|
1159 |
|
|
/classes/Hook.php:1366
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
55 |
SELECT SQL_NO_CACHE cl.`title`, cl.`link_rewrite`, cc.`categorie`
FROM `ps_prestablog_correspondancecategorie` as cc
LEFT JOIN `ps_prestablog_categorie` as c
ON (cc.`categorie` = c.`id_prestablog_categorie`)
LEFT JOIN `ps_prestablog_categorie_lang` as cl
ON (cc.`categorie` = cl.`id_prestablog_categorie`)
WHERE cc.`news` = 254
AND cl.`id_lang` = 2
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
ORDER BY cl.`title` |
1.179
ms
|
4 |
Yes
|
|
/modules/prestablog/class/correspondancescategories.php:58
/modules/prestablog/class/news.php:869 (getCategoriesListeName)
/modules/prestablog/controllers/front/blog.php:385 (getListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
107 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "bestkit_opc" LIMIT 1 |
1.173
ms
|
0 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/modules/codfee/codfee.php:339 (isEnabled)
/modules/codfee/codfee.php:331 (hookHeader)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
172 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `ps_prestablog_news_lang` as nl
LEFT JOIN `ps_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `ps_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `ps_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 2
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025/02/11 10:00:42'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 6 LIMIT 1 |
1.151
ms
|
112 |
|
|
/modules/prestablog/class/categories.php:512
/modules/prestablog/class/categories.php:701 (getNombreNewsDansCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
3 |
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
1.067
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
66 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 3) LIMIT 1 |
1.030
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
188 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
1.004
ms
|
1 |
|
|
/classes/Category.php:1591
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
111 |
SELECT SQL_NO_CACHE s.*,
cl.`name` country,
st.`iso_code` state,
sl.`name`, sl.`address1`, sl.`address2`, sl.`hours`, sl.`note`,
(6371
* acos(
cos(radians(0))
* cos(radians(latitude))
* cos(radians(longitude) - radians(0))
+ sin(radians(0))
* sin(radians(latitude))
)
) distance
FROM ps_store s
INNER JOIN ps_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
LEFT JOIN ps_country_lang cl ON (cl.id_country = s.id_country)
LEFT JOIN ps_state st ON (st.id_state = s.id_state)
LEFT JOIN ps_store_lang sl ON (s.id_store = sl.id_store)
WHERE s.active = 1
AND cl.id_lang = 2
AND sl.id_lang = 2 |
0.967
ms
|
36 |
|
|
/modules/storelocator/classes/Locator.php:141
/modules/storelocator/storelocator.php:2359 (getStores)
/modules/storelocator/storelocator.php:2405 (getStores)
/modules/storelocator/storelocator.php:1575 (assignStores)
/modules/storelocator/storelocator.php:1740 (getTemplateJsVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
69 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 2
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.936
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
152 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `ps_prestablog_news_lang` as nl
LEFT JOIN `ps_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `ps_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `ps_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 2
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025/02/11 10:00:42'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 2 LIMIT 1 |
0.877
ms
|
74 |
|
|
/modules/prestablog/class/categories.php:512
/modules/prestablog/class/categories.php:701 (getNombreNewsDansCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
18 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook` |
0.866
ms
|
1159 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
216 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "badge" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.834
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:385 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
54 |
SELECT SQL_NO_CACHE n.`author_id`
FROM `ps_prestablog_news` n
WHERE n.`id_prestablog_news` = 255 |
0.773
ms
|
1 |
|
|
/modules/prestablog/class/author.php:258
/modules/prestablog/class/news.php:871 (getAuthorName)
/modules/prestablog/controllers/front/blog.php:385 (getListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
180 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 7 )
AND TIMESTAMP(n.`date`) <= '2025-02-11 10:00:42' LIMIT 1 |
0.753
ms
|
72 |
|
|
/modules/prestablog/class/news.php:585
/modules/prestablog/class/categories.php:535 (getCountListeAll)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
170 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 5 )
AND TIMESTAMP(n.`date`) <= '2025-02-11 10:00:42' LIMIT 1 |
0.741
ms
|
52 |
|
|
/modules/prestablog/class/news.php:585
/modules/prestablog/class/categories.php:535 (getCountListeAll)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
31 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.700
ms
|
178 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
97 |
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders |
0.689
ms
|
12 |
|
|
/modules/revsliderprestashop/includes/revslider_db.class.php:214
/modules/revsliderprestashop/revsliderprestashop.php:578 (getResults)
/modules/revsliderprestashop/revsliderprestashop.php:330 (hookCommonCb)
/classes/Hook.php:1077 (hookdisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
147 |
SELECT SQL_NO_CACHE cl.`title`, cl.`link_rewrite`, cc.`categorie`
FROM `ps_prestablog_correspondancecategorie` as cc
LEFT JOIN `ps_prestablog_categorie` as c
ON (cc.`categorie` = c.`id_prestablog_categorie`)
LEFT JOIN `ps_prestablog_categorie_lang` as cl
ON (cc.`categorie` = cl.`id_prestablog_categorie`)
WHERE cc.`news` = 272
AND cl.`id_lang` = 2
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
ORDER BY cl.`title` |
0.681
ms
|
4 |
Yes
|
|
/modules/prestablog/class/correspondancescategories.php:58
/modules/prestablog/class/news.php:869 (getCategoriesListeName)
/modules/prestablog/prestablog.php:8031 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocLastListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
159 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 3
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.666
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:653 (getListe)
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
57 |
SELECT SQL_NO_CACHE cl.`title`, cl.`link_rewrite`, cc.`categorie`
FROM `ps_prestablog_correspondancecategorie` as cc
LEFT JOIN `ps_prestablog_categorie` as c
ON (cc.`categorie` = c.`id_prestablog_categorie`)
LEFT JOIN `ps_prestablog_categorie_lang` as cl
ON (cc.`categorie` = cl.`id_prestablog_categorie`)
WHERE cc.`news` = 251
AND cl.`id_lang` = 2
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
ORDER BY cl.`title` |
0.665
ms
|
96 |
Yes
|
|
/modules/prestablog/class/correspondancescategories.php:58
/modules/prestablog/class/news.php:869 (getCategoriesListeName)
/modules/prestablog/controllers/front/blog.php:385 (getListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
106 |
SELECT SQL_NO_CACHE c.* FROM `ps_sameprice_configuration` c WHERE c.`id_shop` = 1
AND c.`active` = 1 |
0.658
ms
|
1 |
|
|
/modules/sameprice/sameprice.php:770
/modules/sameprice/sameprice.php:502 (checkRulesExist)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
151 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 0
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.652
ms
|
48 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
59 |
SELECT SQL_NO_CACHE cl.`title`, cl.`link_rewrite`, cc.`categorie`
FROM `ps_prestablog_correspondancecategorie` as cc
LEFT JOIN `ps_prestablog_categorie` as c
ON (cc.`categorie` = c.`id_prestablog_categorie`)
LEFT JOIN `ps_prestablog_categorie_lang` as cl
ON (cc.`categorie` = cl.`id_prestablog_categorie`)
WHERE cc.`news` = 248
AND cl.`id_lang` = 2
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
ORDER BY cl.`title` |
0.648
ms
|
96 |
Yes
|
|
/modules/prestablog/class/correspondancescategories.php:58
/modules/prestablog/class/news.php:869 (getCategoriesListeName)
/modules/prestablog/controllers/front/blog.php:385 (getListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
71 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 2 |
0.639
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
223 |
SELECT SQL_NO_CACHE *
FROM `ps_advancedpopup`
INNER JOIN `ps_advancedpopup_lang` ON `ps_advancedpopup`.`id_advancedpopup` = `ps_advancedpopup_lang`.`id_advancedpopup`
WHERE `id_shop` = 1 AND `id_lang` = 2 AND `active` = 1
AND (`zones` = ""
OR `zones` IS NULL
OR FIND_IN_SET("9", `zones`))
AND (`date_init` <= "2025-02-11 10:00:42" OR `date_init` = "1970-01-01 01:00:00")
AND (`date_end` >= "2025-02-11 10:00:42" OR `date_end` = "1970-01-01 01:00:00")
AND (`customers` = ""
OR `customers` IS NULL
OR FIND_IN_SET("0", `customers`))
AND (`languages` = ""
OR `languages` IS NULL
OR FIND_IN_SET("2", `languages`))
AND (`display_ip_string` = ""
OR `display_ip_string` IS NULL
OR FIND_IN_SET("18.97.14.83", `display_ip_string`))
AND (`display_url_string` = ""
OR `display_url_string` IS NULL
OR INSTR("www.revitex.com/pt/blog/12p4", `display_url_string`) > 0)
AND (`genders` = ""
OR `genders` IS NULL) AND (`groups` = ""
OR `groups` IS NULL OR FIND_IN_SET(1, `groups`)) AND `display_desktop` = 1 AND (`cms` = ""
OR `cms` IS NULL) AND (`controller_exceptions` = ""
OR `controller_exceptions` IS NULL
OR FIND_IN_SET("moduleprestablogblog", `controller_exceptions`)) AND (`display_after_cart` = 1
OR `products` = ""
OR `products` IS NULL) AND (`display_after_cart` = 1
OR `categories` = ""
OR `categories` IS NULL) AND (`display_after_cart` = 1
OR `manufacturers` = ""
OR `manufacturers` IS NULL) AND (`display_after_cart` = 1
OR `suppliers` = ""
OR `suppliers` IS NULL) ORDER BY `priority` ASC; |
0.624
ms
|
2 |
Yes
|
|
/modules/advancedpopupcreator/classes/AdvancedPopup.php:437
/modules/advancedpopupcreator/advancedpopupcreator.php:420 (getPopups)
/modules/advancedpopupcreator/advancedpopupcreator.php:367 (hookFooter)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
161 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 3
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.601
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:722 (getListe)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
174 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 6
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.593
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:653 (getListe)
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
178 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`id_prestablog_categorie` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.580
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:645
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
165 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `ps_prestablog_news_lang` nl
LEFT JOIN `ps_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `ps_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
AND n.`id_shop` = 1
AND nl.`id_lang` = 2
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 4 )
AND TIMESTAMP(n.`date`) <= '2025-02-11 10:00:42' LIMIT 1 |
0.567
ms
|
48 |
|
|
/modules/prestablog/class/news.php:585
/modules/prestablog/class/categories.php:535 (getCountListeAll)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
77 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 8
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.557
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.555
ms
|
145 |
|
|
/classes/module/Module.php:346
/modules/klaviyopsautomation/includes/KlaviyoPsModule.php:128 (__construct)
/modules/klaviyopsautomation/klaviyopsautomation.php:43 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
164 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 4
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.553
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:653 (getListe)
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
74 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1 |
0.545
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
166 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 4
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.538
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:722 (getListe)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
168 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`id_prestablog_categorie` = 5
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.536
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:645
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
34 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.534
ms
|
145 |
|
|
/classes/module/Module.php:346
/modules/iqitthemeeditor/iqitthemeeditor.php:40 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
29 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.522
ms
|
145 |
|
|
/classes/module/Module.php:346
/modules/storelocator/storelocator.php:78 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.520
ms
|
145 |
|
|
/classes/module/Module.php:346
/modules/lgseoredirect/lgseoredirect.php:75 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
27 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.519
ms
|
145 |
|
|
/classes/module/Module.php:346
/modules/prestablog/prestablog.php:237 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1253 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
73 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.516
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
76 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 6
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.509
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
116 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 2) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1 |
0.501
ms
|
25 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:102 (getCustomerCartRules)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/be/91/5a/be915a87651d6db7c5e898863b0164c5cbe70b47_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2a5287_81497648)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:568 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac24a344_12894473)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
173 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`id_prestablog_categorie` = 6
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.495
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:645
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
167 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `ps_prestablog_news_lang` as nl
LEFT JOIN `ps_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `ps_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `ps_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 2
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025/02/11 10:00:42'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 5 LIMIT 1 |
0.490
ms
|
13 |
|
|
/modules/prestablog/class/categories.php:512
/modules/prestablog/class/categories.php:701 (getNombreNewsDansCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
33 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.488
ms
|
145 |
|
|
/classes/module/Module.php:346
/modules/ets_delete_order/ets_delete_order.php:45 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/index.php:28 (dispatch)
|
163 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`id_prestablog_categorie` = 4
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.487
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:645
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
61 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.481
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/modules/prestablog/prestablog.php:8947 (getMainShopDomain)
/modules/prestablog/prestablog.php:92 (getContextShopDomain)
/modules/prestablog/prestablog.php:7331 (urlSRoot)
/modules/prestablog/prestablog.php:7323 (getBaseUrlFront)
/modules/prestablog/controllers/front/blog.php:521 (prestablogUrl)
/modules/prestablog/controllers/front/blog.php:437 (gestionRedirectionCanonical)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
35 |
SELECT SQL_NO_CACHE * FROM ps_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/pt/blog/12p4" OR CONCAT("", url_old) LIKE BINARY "/pt/blog/12p4#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
0.476
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:875
/modules/lgseoredirect/lgseoredirect.php:817 (checkRedirection)
/classes/Hook.php:1077 (hookActionDispatcher)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:507 (exec)
/index.php:28 (dispatch)
|
145 |
SELECT SQL_NO_CACHE cl.`title`, cl.`link_rewrite`, cc.`categorie`
FROM `ps_prestablog_correspondancecategorie` as cc
LEFT JOIN `ps_prestablog_categorie` as c
ON (cc.`categorie` = c.`id_prestablog_categorie`)
LEFT JOIN `ps_prestablog_categorie_lang` as cl
ON (cc.`categorie` = cl.`id_prestablog_categorie`)
WHERE cc.`news` = 274
AND cl.`id_lang` = 2
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
ORDER BY cl.`title` |
0.470
ms
|
96 |
Yes
|
|
/modules/prestablog/class/correspondancescategories.php:58
/modules/prestablog/class/news.php:869 (getCategoriesListeName)
/modules/prestablog/prestablog.php:8031 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocLastListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
177 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `ps_prestablog_news_lang` as nl
LEFT JOIN `ps_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `ps_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `ps_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 2
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2025/02/11 10:00:42'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 7 LIMIT 1 |
0.462
ms
|
18 |
|
|
/modules/prestablog/class/categories.php:512
/modules/prestablog/class/categories.php:701 (getNombreNewsDansCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
70 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 2) LIMIT 1 |
0.442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.revitex.com' OR su.domain_ssl = 'www.revitex.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.440
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name |
0.439
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:715
/classes/shop/Shop.php:774 (cacheShops)
/classes/Configuration.php:299 (getShops)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
26 |
SELECT SQL_NO_CACHE * FROM ps_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/pt/blog/12p4" OR CONCAT("", url_old) LIKE BINARY "/pt/blog/12p4#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
0.439
ms
|
1 |
|
|
/modules/lgseoredirect/lgseoredirect.php:875
/modules/lgseoredirect/lgseoredirect.php:811 (checkRedirection)
/classes/Hook.php:1077 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
182 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
0.425
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
84 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 10
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.413
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
149 |
SELECT SQL_NO_CACHE cl.`title`, cl.`link_rewrite`, cc.`categorie`
FROM `ps_prestablog_correspondancecategorie` as cc
LEFT JOIN `ps_prestablog_categorie` as c
ON (cc.`categorie` = c.`id_prestablog_categorie`)
LEFT JOIN `ps_prestablog_categorie_lang` as cl
ON (cc.`categorie` = cl.`id_prestablog_categorie`)
WHERE cc.`news` = 269
AND cl.`id_lang` = 2
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE cc.`categorie` = pc.`id_prestablog_categorie`
)
ORDER BY cl.`title` |
0.412
ms
|
96 |
Yes
|
|
/modules/prestablog/class/correspondancescategories.php:58
/modules/prestablog/class/news.php:869 (getCategoriesListeName)
/modules/prestablog/prestablog.php:8031 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocLastListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
192 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 2)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 2)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.412
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:816 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:621 (getMessage)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
113 |
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 1106 LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
140 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 2)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 2)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.408
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:816 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:631 (getMessage)
/classes/Hook.php:1077 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/70/d3/fb/70d3fb35bc9e6a7a7eb24272a3f9bdfebef03a34_2.file.header-2.tpl.php:127 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac3379e6_50652789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2c8dc2_99318704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:282 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
158 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`id_prestablog_categorie` = 3
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.406
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:645
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
156 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 2
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.404
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:722 (getListe)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
176 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 6
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.396
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:722 (getListe)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
169 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 5
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.391
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:653 (getListe)
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
94 |
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 6 |
0.389
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1773 (generateAddress)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
118 |
SELECT SQL_NO_CACHE * FROM `ps_cart_rule` cr
LEFT JOIN `ps_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 0) WHERE (cr.`id_customer` = 0) AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%" |
0.387
ms
|
1 |
|
|
/classes/CartRule.php:423
/override/classes/CartRule.php:102 (getCustomerCartRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/be/91/5a/be915a87651d6db7c5e898863b0164c5cbe70b47_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2a5287_81497648)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:568 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac24a344_12894473)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
6 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
181 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.382
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:722 (getListe)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
183 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/module/Module.php:2132
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
115 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-02-11 00:00:00" AND date_to <= "2025-02-11 23:59:59") OR (date_from >= "2025-02-11 00:00:00" AND date_from <= "2025-02-11 23:59:59") OR (date_from < "2025-02-11 00:00:00" AND date_to > "2025-02-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.366
ms
|
111 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:102 (getCustomerCartRules)
/classes/Cart.php:3079 (getCustomerCartRules)
/classes/Cart.php:3463 (getDeliveryOptionList)
/classes/Cart.php:3536 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2201 (processCalculation)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/be/91/5a/be915a87651d6db7c5e898863b0164c5cbe70b47_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2a5287_81497648)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:568 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac24a344_12894473)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
114 |
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/Cart.php:4255
/classes/Cart.php:4230 (hasProducts)
/classes/Cart.php:2145 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartLazyArray.php:185 (getOrderTotal)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getTotals)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/be/91/5a/be915a87651d6db7c5e898863b0164c5cbe70b47_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2a5287_81497648)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:568 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac24a344_12894473)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
205 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `ps_quantity_discount_rule` qdr
INNER JOIN `ps_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 2)
INNER JOIN `ps_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `ps_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 2)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.358
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:307
/modules/quantitydiscountpro/quantitydiscountpro.php:816 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:466 (getMessage)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/f1/36/c6f136d7bd531d8ee1dcfd3345c7a9ff97f58858_2.file.footer-3.tpl.php:102 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/f1/36/c6f136d7bd531d8ee1dcfd3345c7a9ff97f58858_2.file.footer-3.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09adb67e28_81075344)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/85/c3/42/85c342ae0a99fb0bae76b61742545df8e79535f8_2.file.footer.tpl.php:41 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09adb60d76_45418827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
141 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "top" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.355
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:378 (displayBlock)
/classes/Hook.php:1077 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/70/d3/fb/70d3fb35bc9e6a7a7eb24272a3f9bdfebef03a34_2.file.header-2.tpl.php:127 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac3379e6_50652789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2c8dc2_99318704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:282 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
68 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 4
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.351
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
124 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.349
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/classes/module/Module.php:2227 (isMultiCurrencyActivated)
/modules/iqitlinksmanager/iqitlinksmanager.php:148 (getCacheId)
/modules/iqitlinksmanager/iqitlinksmanager.php:115 (getCacheId)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2c8dc2_99318704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:282 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
133 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayNav2" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.347
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:406 (displayBlock)
/classes/Hook.php:1077 (hookDisplayNav2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:114 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2c8dc2_99318704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:282 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
217 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "topWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.344
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:386 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
8 |
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.343
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
56 |
SELECT SQL_NO_CACHE n.`author_id`
FROM `ps_prestablog_news` n
WHERE n.`id_prestablog_news` = 254 |
0.341
ms
|
1 |
|
|
/modules/prestablog/class/author.php:258
/modules/prestablog/class/news.php:871 (getAuthorName)
/modules/prestablog/controllers/front/blog.php:385 (getListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
154 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 2
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.341
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:653 (getListe)
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
171 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 5
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.338
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:722 (getListe)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
153 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`id_prestablog_categorie` = 2
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.338
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:645
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
121 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayBanner" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.337
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:343 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBanner)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:75 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:38 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2c8dc2_99318704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:282 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
0.336
ms
|
2 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
220 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.335
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:388 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.334
ms
|
2 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
117 |
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-02-11 00:00:00" AND date_to <= "2025-02-11 23:59:59") OR (date_from >= "2025-02-11 00:00:00" AND date_from <= "2025-02-11 23:59:59") OR (date_from < "2025-02-11 00:00:00" AND date_to > "2025-02-11 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.334
ms
|
111 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:102 (getCustomerCartRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/be/91/5a/be915a87651d6db7c5e898863b0164c5cbe70b47_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2a5287_81497648)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:568 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac24a344_12894473)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
126 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayNav1" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.332
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:401 (displayBlock)
/classes/Hook.php:1077 (hookDisplayNav1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2c8dc2_99318704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:282 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
193 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "leftcolumn" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.331
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:358 (displayBlock)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
179 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `ps_prestablog_categorie` c
JOIN `ps_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 2
AND c.`parent` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `ps_prestablog_categorie` pc
JOIN `ps_prestablog_categorie_group` pcg
ON (
pc.id_prestablog_categorie = pcg.id_prestablog_categorie
AND pcg.`id_group` = 1
)
WHERE c.`id_prestablog_categorie` = pc.`id_prestablog_categorie`
)
ORDER BY c.`position` |
0.330
ms
|
4 |
Yes
|
|
/modules/prestablog/class/categories.php:687
/modules/prestablog/class/categories.php:653 (getListe)
/modules/prestablog/class/categories.php:524 (getListeRecursive)
/modules/prestablog/class/categories.php:703 (getNombreNewsRecursifCat)
/modules/prestablog/prestablog.php:8064 (getListe)
/override/modules/prestablog/prestablog.php:25 (blocCatListe)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
218 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "floating" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.327
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:387 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
75 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 3
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.326
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
100 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayHeader" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.321
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:315 (displayBlock)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
87 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-prestablog-blog"
OR m.page = "moduleprestablogblog"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.320
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1791 (getMetaTags)
/classes/controller/FrontController.php:562 (getTemplateVarPage)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
196 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayWrapperBottom" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.319
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:535 (displayBlock)
/classes/Hook.php:1077 (hookDisplayWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:489 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:134 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
83 |
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 32 |
0.314
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
120 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `ps_quantity_discount_rule` qdr
LEFT JOIN `ps_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 2)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.312
ms
|
17 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:258
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:366 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:108 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartLazyArray.php:396 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:269 (getDiscounts)
/src/Adapter/Presenter/AbstractLazyArray.php:129 (offsetGet)
:undefined (jsonSerialize)
/classes/Smarty/SmartyLazyRegister.php:81 (json_encode)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/be/91/5a/be915a87651d6db7c5e898863b0164c5cbe70b47_2.file.javascript.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2a5287_81497648)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:568 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/1c/c1/c7/1cc1c7a48bd2731167e4119df36281c1080bec79_2.file.head.tpl.php:104 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac24a344_12894473)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:206 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
72 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 11
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.311
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
186 |
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1 |
0.311
ms
|
1 |
|
|
/classes/Category.php:2242
/classes/Category.php:1558 (getCategoriesWithoutParent)
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
187 |
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/Category.php:1585
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories)
/modules/ps_categorytree/ps_categorytree.php:147 (getIdsOfCategoriesInPathToCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:298 (getCategories)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
184 |
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `ps_category_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.308
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_categorytree/ps_categorytree.php:371 (__construct)
/modules/ps_categorytree/ps_categorytree.php:322 (getHomeCategory)
/modules/ps_categorytree/ps_categorytree.php:280 (getCurrentCategory)
/modules/ps_categorytree/ps_categorytree.php:266 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
60 |
SELECT SQL_NO_CACHE n.`author_id`
FROM `ps_prestablog_news` n
WHERE n.`id_prestablog_news` = 248 |
0.305
ms
|
1 |
|
|
/modules/prestablog/class/author.php:258
/modules/prestablog/class/news.php:871 (getAuthorName)
/modules/prestablog/controllers/front/blog.php:385 (getListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
202 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "bottomWidth" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.303
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:332 (displayBlock)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/f1/36/c6f136d7bd531d8ee1dcfd3345c7a9ff97f58858_2.file.footer-3.tpl.php:102 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/f1/36/c6f136d7bd531d8ee1dcfd3345c7a9ff97f58858_2.file.footer-3.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09adb67e28_81075344)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/85/c3/42/85c342ae0a99fb0bae76b61742545df8e79535f8_2.file.footer.tpl.php:41 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09adb60d76_45418827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
203 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayFooter" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.301
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:333 (displayBlock)
/classes/Hook.php:1077 (hookDisplayFooter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/f1/36/c6f136d7bd531d8ee1dcfd3345c7a9ff97f58858_2.file.footer-3.tpl.php:102 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/c6/f1/36/c6f136d7bd531d8ee1dcfd3345c7a9ff97f58858_2.file.footer-3.tpl.php:58 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09adb67e28_81075344)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/85/c3/42/85c342ae0a99fb0bae76b61742545df8e79535f8_2.file.footer.tpl.php:41 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09adb60d76_45418827)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:518 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:144 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
30 |
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/Meta.php:193
/modules/storelocator/storelocator.php:1687 (getMetaByPage)
/classes/Hook.php:1077 (hookModuleRoutes)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
81 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 9
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.300
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
221 |
SELECT SQL_NO_CACHE * FROM `ps_whatsappchatblock` LEFT JOIN `ps_whatsappchatblock_lang` ON (`ps_whatsappchatblock`.`id_whatsappchatblock` = `ps_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 2) WHERE `id_hook` = "hookDisplayBeforeBodyClosingTag" AND `id_shop` = 1 AND `active` = 1 ORDER BY position DESC; |
0.300
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:593 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:390 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
112 |
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/paypal/paypal.php:351 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1258 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1237 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
190 |
SELECT SQL_NO_CACHE id_trustedshops_channel
FROM `ps_trustedshops_channel`
WHERE (id_client = '918b454e3890__PrestaShop') AND (id_lang = 2) AND (id_shop = 1) LIMIT 1 |
0.289
ms
|
1 |
|
|
/modules/trustedshopseasyintegration/src/Repository/ChannelRepository.php:99
/modules/trustedshopseasyintegration/src/Service/ChannelService.php:708 (getChannelByClientIdLangShop)
/modules/trustedshopseasyintegration/src/Service/HookService.php:113 (getChannelFromIdShopIdLang)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:315 (getWidget)
/modules/trustedshopseasyintegration/src/Hook/HookLayout.php:204 (getWidgetModels)
:undefined (displayLeftColumn)
/modules/trustedshopseasyintegration/vendor/totpsclasslib/src/Hook/AbstractHookDispatcher.php:108 (call_user_func)
/modules/trustedshopseasyintegration/src/Utils/ModuleTrait.php:183 (dispatch)
/modules/trustedshopseasyintegration/trustedshopseasyintegration.php:207 (handleExtensionsHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
211 |
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 11151112
AND `date_add` > '2025-02-11 09:30:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.289
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
80 |
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 7
AND tr.`id_state` IN (0, 340)
AND ('24010' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '24010')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.288
ms
|
2 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
82 |
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 32) LIMIT 1 |
0.287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/modules/motive/src/Builder/Price/BasePriceBuilder.php:159 (getTaxCalculator)
/modules/motive/src/PriceModifiers.php:75 (getTaxRateRange)
/modules/motive/src/PriceModifiers.php:125 (build)
/modules/motive/motive.php:301 (getPriceTransformRates)
/modules/motive/motive.php:248 (getVariables)
/classes/Hook.php:1077 (hookActionFrontControllerSetMedia)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:1004 (exec)
/modules/prestablog/controllers/front/blog.php:43 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
191 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.273
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:815 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:621 (getMessage)
/classes/Hook.php:1077 (hookDisplayLeftColumn)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:421 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:115 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
39 |
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:137 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
103 |
SELECT SQL_NO_CACHE count(*)
FROM `ps_advancedpopup`
INNER JOIN `ps_advancedpopup_lang` ON `ps_advancedpopup`.`id_advancedpopup` = `ps_advancedpopup_lang`.`id_advancedpopup`
WHERE `id_shop` = 1 AND `id_lang` = 2 AND `active` = 1
AND `display_on_exit` = 1 LIMIT 1 |
0.260
ms
|
2 |
|
|
/modules/advancedpopupcreator/classes/AdvancedPopup.php:872
/modules/advancedpopupcreator/advancedpopupcreator.php:349 (existExitPopups)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
20 |
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias` |
0.258
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
207 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsociallogin" LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/warehousechild/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:84 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/warehousechild/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php:48 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09adbc8096_04463238)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/module/Module.php:2296 (fetch)
/modules/iqitwishlist/iqitwishlist.php:212 (fetch)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
219 |
SELECT SQL_NO_CACHE *
FROM `ps_whatsappchatblock_agent` LEFT JOIN `ps_whatsappchatblock_agent_lang` ON (`ps_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `ps_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 2) WHERE 1 = 1 AND `ps_whatsappchatblock_agent`.`id_whatsappchatblock` = 1 AND `active` = 1 ORDER BY position |
0.251
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
/modules/whatsappchat/whatsappchat.php:657 (getWhatsappChatAgents)
/modules/whatsappchat/whatsappchat.php:387 (displayBlock)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:554 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:157 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
109 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` |
0.250
ms
|
8 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/storelocator/storelocator.php:1515 (getFormattedName)
/modules/storelocator/storelocator.php:1740 (getTemplateJsVariables)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.246
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
99 |
SELECT SQL_NO_CACHE *
FROM `ps_whatsappchatblock_agent` LEFT JOIN `ps_whatsappchatblock_agent_lang` ON (`ps_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `ps_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 2) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
0.245
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
/modules/whatsappchat/whatsappchat.php:306 (getWhatsappChatAgents)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:633 (exec)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
17 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias` |
0.244
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
90 |
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.243
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1627 (getNoPictureImage)
/classes/controller/FrontController.php:1753 (getTemplateVarUrls)
/classes/controller/FrontController.php:563 (getTemplateVarShop)
/classes/controller/FrontController.php:625 (assignGeneralPurposeVariables)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:594 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
36 |
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC |
0.240
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:137 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
139 |
SELECT SQL_NO_CACHE qdrf.*
FROM `ps_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC; |
0.240
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:75
/modules/quantitydiscountpro/quantitydiscountpro.php:815 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:631 (getMessage)
/classes/Hook.php:1077 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/70/d3/fb/70d3fb35bc9e6a7a7eb24272a3f9bdfebef03a34_2.file.header-2.tpl.php:127 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac3379e6_50652789)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:149 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2c8dc2_99318704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:282 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbcacd33_86968003)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/31/bd/2b/31bd2b3105c41ffb563b242b66865812266b681e_2.module.prestablogviewstemplatesfrontgridfor17_page.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09dbca4f04_00416822)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/override/classes/controller/FrontController.php:43 (fetch)
/classes/controller/FrontController.php:753 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
41 |
SELECT SQL_NO_CACHE `id_country`
FROM `ps_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1 |
0.239
ms
|
1 |
|
|
/classes/Country.php:194
/classes/controller/FrontController.php:349 (getByIso)
/modules/prestablog/controllers/front/blog.php:137 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
122 |
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1 |
0.237
ms
|
1 |
|
|
/classes/module/Module.php:2659
/classes/module/Module.php:2131 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:106 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/0f/60/06/0f60068083ea1ac3550afe94aec8a23ad8d341f3_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2c8dc2_99318704)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:282 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/05/1a/00/051a00834ecdd8cf24db25db3e26c070cc3c44fc_2.file.layout-both-columns.tpl.php:77 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_67ab09ac2148f2_93661794)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/prod/smarty/compile/layouts_layout_full_width_tpl/35/e7/18/35e718e8ad8038a4d8ae7f2685759848e382e87c_2.file.layout-left-column.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysp |