| 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 `bl_configuration` c
LEFT JOIN `bl_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4.830
ms
|
2192 |
|
|
/classes/Configuration.php:180
/classes/Configuration.php:229 (loadConfiguration)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 13 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `bl_module` m
INNER JOIN bl_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 `bl_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `bl_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `bl_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` |
2.085
ms
|
555 |
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)
|
| 143 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `bl_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `bl_hook_alias` ha
INNER JOIN `bl_hook` h ON ha.name = h.name |
1.730
ms
|
0 |
|
|
/classes/Hook.php:1326
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:506 (getIdByName)
/classes/module/Module.php:2150 (isModuleRegisteredOnHook)
/modules/opartdevis/opartdevis.php:50 (isRegisteredInHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `bl_hook` h
WHERE (h.active = 1) |
0.695
ms
|
1132 |
|
|
/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)
|
| 15 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `bl_hook` |
0.575
ms
|
1132 |
|
|
/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)
|
| 212 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 6 OR cc.`categorie` = 7 OR cc.`categorie` = 8 OR cc.`categorie` = 9 OR cc.`categorie` = 10 OR cc.`categorie` = 12 OR cc.`categorie` = 13 OR cc.`categorie` = 14 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.570
ms
|
100 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE cl.`title`, cl.`link_rewrite`, cc.`categorie`
FROM `bl_prestablog_correspondancecategorie` as cc
LEFT JOIN `bl_prestablog_categorie` as c
ON (cc.`categorie` = c.`id_prestablog_categorie`)
LEFT JOIN `bl_prestablog_categorie_lang` as cl
ON (cc.`categorie` = cl.`id_prestablog_categorie`)
WHERE cc.`news` = 13
AND cl.`id_lang` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.560
ms
|
20 |
Yes
|
|
/modules/prestablog/class/correspondancescategories.php:61
/modules/prestablog/controllers/front/blog.php:180 (getCategoriesListeName)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE s.* FROM bl_wk_product_compare_setting a
LEFT JOIN `bl_wk_product_compare_setting_shop` s ON
(s.`id_wk_product_compare_setting` = a.`id_wk_product_compare_setting`)
WHERE a.`id_product` =0 AND s.`id_shop` = 1 LIMIT 1 |
0.444
ms
|
150 |
|
|
/modules/wkcompareproduct/classes/WkProductCompareSetting.php:64
/modules/wkcompareproduct/wkcompareproduct.php:465 (getCompareById)
/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:993 (exec)
/modules/prestablog/controllers/front/blog.php:46 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 25 OR cc.`categorie` = 26 OR cc.`categorie` = 27 OR cc.`categorie` = 28 OR cc.`categorie` = 29 OR cc.`categorie` = 30 OR cc.`categorie` = 31 OR cc.`categorie` = 32 OR cc.`categorie` = 33 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.440
ms
|
90 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 0
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.409
ms
|
110 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 43 OR cc.`categorie` = 44 OR cc.`categorie` = 45 OR cc.`categorie` = 46 OR cc.`categorie` = 47 OR cc.`categorie` = 48 OR cc.`categorie` = 49 OR cc.`categorie` = 50 OR cc.`categorie` = 51 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.401
ms
|
90 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE 1 FROM `bl_cart_rule` WHERE ((date_to >= "2026-03-16 00:00:00" AND date_to <= "2026-03-16 23:59:59") OR (date_from >= "2026-03-16 00:00:00" AND date_from <= "2026-03-16 23:59:59") OR (date_from < "2026-03-16 00:00:00" AND date_to > "2026-03-16 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.399
ms
|
176 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/Cart.php:3067 (getCustomerCartRules)
/classes/Cart.php:3451 (getDeliveryOptionList)
/classes/Cart.php:3524 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.392
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/pm_advancedsearch4/classes/Core.php:66 (__construct)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:169 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 302 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 16 OR cc.`categorie` = 17 OR cc.`categorie` = 18 OR cc.`categorie` = 19 OR cc.`categorie` = 20 OR cc.`categorie` = 21 OR cc.`categorie` = 22 OR cc.`categorie` = 23 OR cc.`categorie` = 24 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.390
ms
|
90 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.387
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/icccustomerinspirations/icccustomerinspirations.php:39 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 61 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.375
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/prestablog/prestablog.php:223 (__construct)
/modules/prestablog/controllers/front/blog.php:130 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `bl_meta` m
LEFT JOIN `bl_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.375
ms
|
80 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 28 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.371
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/ets_cfultimate/ets_cfultimate.php:80 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 35 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.369
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/totcustomfields/vendor/totpsclasslib/src/Module/ModuleTrait.php:86 (__construct)
/modules/totcustomfields/totcustomfields.php:86 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/EntityLoader.php:66 (exec)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Services/CustomFieldsInputService.php:53 (loadEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/CustomFieldsDisplay.php:49 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/DisplayEntityLoader.php:47 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/DisplayEntityLoader.php:66 (addEntity)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/EntityLoader.php:63 (loadDefaultEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Services/CustomFieldsDisplayService.php:57 (loadEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/CustomFieldsObject.php:56 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/ObjectEntityLoader.php:46 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/ObjectEntityLoader.php:65 (addEntity)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Classes/Loaders/EntityLoader.php:63 (loadDefaultEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Services/CustomFieldsObjectService.php:46 (loadEntities)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/Services/CustomFieldsDisplayService.php:55 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Extensions/CustomFields/CustomFieldsExtension.php:185 (__construct)
/modules/totcustomfields/vendor/totpsclasslib/src/Module/ModuleTrait.php:91 (__construct)
/modules/totcustomfields/totcustomfields.php:86 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.367
ms
|
145 |
|
|
/classes/module/Module.php:345
/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:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 29 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.367
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/rv_promo/rv_promo.php:23 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 34 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.365
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/totcustomfields/vendor/totpsclasslib/src/Module/ModuleTrait.php:86 (__construct)
/modules/totcustomfields/totcustomfields.php:86 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.365
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/layerslider/layerslider.php:56 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/modules/prestablog/prestablog.php:28 (getInstanceByName)
/classes/module/Module.php:1222 (include_once)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 19 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `bl_module` m
LEFT JOIN `bl_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
0.361
ms
|
145 |
|
|
/classes/module/Module.php:345
/modules/prestablog/prestablog.php:223 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 157 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 2 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.355
ms
|
12 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 34 OR cc.`categorie` = 35 OR cc.`categorie` = 36 OR cc.`categorie` = 37 OR cc.`categorie` = 38 OR cc.`categorie` = 39 OR cc.`categorie` = 40 OR cc.`categorie` = 41 OR cc.`categorie` = 42 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.349
ms
|
90 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE 1 FROM `bl_cart_rule` WHERE ((date_to >= "2026-03-16 00:00:00" AND date_to <= "2026-03-16 23:59:59") OR (date_from >= "2026-03-16 00:00:00" AND date_from <= "2026-03-16 23:59:59") OR (date_from < "2026-03-16 00:00:00" AND date_to > "2026-03-16 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.344
ms
|
176 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 25
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.331
ms
|
80 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 43
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.328
ms
|
80 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 25
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.327
ms
|
80 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE * FROM `bl_cart_rule` cr
LEFT JOIN `bl_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) 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.324
ms
|
12 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 213 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 6
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.324
ms
|
70 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 16
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.322
ms
|
80 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 217 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 7 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.319
ms
|
3 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 16
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.318
ms
|
80 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 6
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.309
ms
|
70 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE * FROM `bl_cart_rule` cr
LEFT JOIN `bl_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.305
ms
|
12 |
|
|
/classes/CartRule.php:423
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 9 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.304
ms
|
4 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 8 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.302
ms
|
2 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 9 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.296
ms
|
4 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 34
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.295
ms
|
80 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 8 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.287
ms
|
2 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 30 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.287
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 15 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.286
ms
|
2 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 172 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 5 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.285
ms
|
2 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/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 bl_shop_url su
LEFT JOIN bl_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'ps8.byled.fr' OR su.domain_ssl = 'ps8.byled.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.279
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 412 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 30 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.279
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 2 LIMIT 1 |
0.276
ms
|
12 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 4 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.275
ms
|
2 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 162 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 3 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.274
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 17 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.259
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 23 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.259
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE * FROM `bl_cart_rule` cr
LEFT JOIN `bl_cart_rule_lang` crl
ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1) 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.259
ms
|
24 |
|
|
/classes/CartRule.php:423
/classes/Cart.php:3067 (getCustomerCartRules)
/classes/Cart.php:3451 (getDeliveryOptionList)
/classes/Cart.php:3524 (getDeliveryOption)
/src/Core/Cart/Fees.php:96 (getTotalShippingCost)
/src/Core/Cart/Calculator.php:354 (processCalculation)
/src/Core/Cart/Calculator.php:155 (calculateFees)
/classes/Cart.php:2189 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 32 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.258
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 49 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.257
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 18 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.257
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 18 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.257
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 275 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 19 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.256
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 31 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.256
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 14 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.256
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 24 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.255
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 22 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.255
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 20 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.255
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 19 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.254
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 23 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.254
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 26 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.253
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 28 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.253
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 20 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.252
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 13 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.252
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 33 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.252
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.252
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 24 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.252
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 232 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 10 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.251
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 27 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.251
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 26 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.251
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 22 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.250
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 12 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.250
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 43
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.250
ms
|
80 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 237 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 12 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.248
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 21 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.248
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 29 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.248
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 149 |
SELECT SQL_NO_CACHE r.id_reward
FROM `bl_rewards` r
JOIN `bl_orders` o ON (o.id_order = r.id_order AND o.id_shop IN (1) )
WHERE (
(r.id_reward_state=1 AND o.current_state IN (4,5,120))
OR (r.id_reward_state = 6 AND o.current_state IN (4,5,120))
) |
0.247
ms
|
10 |
|
|
/modules/allinone_rewards/models/RewardsModel.php:530
/modules/allinone_rewards/plugins/RewardsCorePlugin.php:829 (checkRewardsStates)
/modules/allinone_rewards/allinone_rewards.php:616 (hookDisplayHeader)
/modules/allinone_rewards/allinone_rewards.php:605 (_genericHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 27 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.246
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 10 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.244
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 28 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.244
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 39 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.244
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 21 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.243
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 17 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.243
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 13 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.242
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 36 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.242
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 48 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.242
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 14
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.241
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 14 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.240
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 180 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 7 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.239
ms
|
3 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 31 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.238
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 29 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.238
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 9
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.238
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 252 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 11 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.237
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 1 |
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM bl_shop_group gs
LEFT JOIN bl_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN bl_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.237
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)
|
| 349 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 26
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.237
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.237
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 23
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.236
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 20
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.235
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 221 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 8
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.235
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 30
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.235
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 28
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.235
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 9
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.234
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 274 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 19
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.233
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 51 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.232
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 18
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.232
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 216 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.232
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 44 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.232
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 18
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.232
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 10
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.231
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 8
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.231
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 35
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.231
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 8
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.230
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 32
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.230
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 14
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.230
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 19
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.230
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 276 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 19
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.229
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 40 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.229
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 34
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.229
ms
|
80 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 31
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.229
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 21
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.229
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 45 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.229
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 51
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.229
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 20
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.228
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 24
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.228
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 4
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.228
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 23
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.228
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 27
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.228
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 27
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.228
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 4
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.227
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 28
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.227
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 24
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.227
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 32
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.226
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 22
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.226
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 204 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 13
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.226
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 22
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.225
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 9
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.225
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 20
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.225
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 45 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.224
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 15
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.224
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 21
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.224
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 8
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.224
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 201 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 12
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.224
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 13
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.224
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 2
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.224
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 20
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.223
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 44
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.223
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 41 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.223
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 27
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.223
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 2
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.223
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 23
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.223
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 17
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.222
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 26
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.222
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 28
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.222
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 24
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.222
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 10
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.222
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 50
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.221
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 13
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.221
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 50 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.221
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 22
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.221
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 23
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.221
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 21
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.221
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 231 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 10
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.220
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 30
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.220
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 24
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.220
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 27
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.220
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 28
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.220
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 17
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.220
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 233 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 10
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.220
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 29
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.219
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 14
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.219
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 32 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.219
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 33
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.219
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 5
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.218
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 3
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.218
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 12
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.218
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 13
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.218
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 18
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.218
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 3
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.217
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 17
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.217
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 253 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 11
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.217
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 9
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 26
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 26
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 21
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 31
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 35 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.216
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 251 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 11
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 22
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 18
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 199 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 12
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 33
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.216
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 9 LIMIT 1 |
0.215
ms
|
4 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 15
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.215
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 214 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 7 LIMIT 1 |
0.215
ms
|
3 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 36 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.215
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 17
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.215
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 14
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.214
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 37
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.214
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 29
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.214
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 236 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 12
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.214
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 38 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.214
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 44
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.213
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 19
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.213
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 39 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.213
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 42 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.213
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 5
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.213
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 8 LIMIT 1 |
0.212
ms
|
2 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 48 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.212
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 6 LIMIT 1 |
0.211
ms
|
6 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 37 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.211
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 41 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.211
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 42 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.210
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 29
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.210
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 29
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.210
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 8 LIMIT 1 |
0.210
ms
|
2 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 50
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.210
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 51
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.210
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 47 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.209
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 42
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.209
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 49
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.208
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `bl_pm_advancedsearch` ads
JOIN `bl_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=1) WHERE 1 AND ads.`active`=1 ORDER BY ads.`position` |
0.208
ms
|
6 |
Yes
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:483 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:463 (getSearchsId)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:291 (getSearchsIdByHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3026 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3150 (assignSearchVar)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 20
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.207
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 30
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.207
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 42
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.207
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 48
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.207
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 44 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 37 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.205
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 45
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.205
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 48
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.205
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 9 LIMIT 1 |
0.204
ms
|
4 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 50
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.204
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 21
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.203
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 39
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.203
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 46 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.203
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 38 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.202
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 44
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.202
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 32
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.202
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 28 LIMIT 1 |
0.202
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 26
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.202
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 254 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 15 LIMIT 1 |
0.201
ms
|
2 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 19
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.201
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 51
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.201
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 20 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 17
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.201
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 47
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.201
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 23 LIMIT 1 |
0.201
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 183 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 8
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.201
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 35
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.200
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 9
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.200
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 45
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.200
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 28
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.200
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 44 LIMIT 1 |
0.200
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 37
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.200
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 4 LIMIT 1 |
0.199
ms
|
2 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 7 LIMIT 1 |
0.199
ms
|
3 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 14
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.199
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 32
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.199
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 25
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.199
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 49
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.198
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 45
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.198
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 44
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.197
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 23
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.197
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 30
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.197
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 26 LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 26 LIMIT 1 |
0.197
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 2
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.197
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 5 LIMIT 1 |
0.197
ms
|
2 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 50 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 42
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.196
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 27
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.196
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 21
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.196
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 32 LIMIT 1 |
0.196
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 19 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 38
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.195
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 50 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 29 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 40
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.195
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 21 LIMIT 1 |
0.195
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 215 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.195
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 8
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.194
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 40
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.194
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 159 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 3 LIMIT 1 |
0.194
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 31
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.194
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 25 LIMIT 1 |
0.194
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 30 LIMIT 1 |
0.194
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 22
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.194
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 18 LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 21 LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 23
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.193
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 28
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.193
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 24
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.193
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 10 LIMIT 1 |
0.193
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 49 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.192
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 178 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.192
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 6
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.192
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 49
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.192
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 33
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.192
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 33
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.191
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 27 LIMIT 1 |
0.191
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 18
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.190
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 40 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.190
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 14 LIMIT 1 |
0.190
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 26
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.189
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 17 LIMIT 1 |
0.189
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 24
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.189
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 22
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.189
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 20
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.189
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 9
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.188
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 36
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.188
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 36
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.188
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 13
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.188
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 49
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.188
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 27
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.188
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 45
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.188
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 29
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.188
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 17 LIMIT 1 |
0.188
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 13 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 38 LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 46 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.187
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 10
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.187
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 46
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.187
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 11 LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 35 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 33 LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 17
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.186
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 29 LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 20 LIMIT 1 |
0.186
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 10 LIMIT 1 |
0.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 31 LIMIT 1 |
0.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 18
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 30 LIMIT 1 |
0.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 39 LIMIT 1 |
0.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 255 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 15
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 250 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 11
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 19
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 3
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.185
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 7
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.184
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 41
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.184
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 51 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.184
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 36
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.184
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 49
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.184
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 28 LIMIT 1 |
0.184
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 40 LIMIT 1 |
0.183
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 39
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.183
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 13
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.183
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 235 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 12
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.183
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 47 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.183
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE count(DISTINCT nl.id_prestablog_news) as `count`
FROM `bl_prestablog_news_lang` nl
LEFT JOIN `bl_prestablog_news` n
ON (n.`id_prestablog_news` = nl.`id_prestablog_news`)
LEFT JOIN `bl_prestablog_correspondancecategorie` cc
ON (n.`id_prestablog_news` = cc.`news`)
WHERE 1=1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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` = 1
AND n.`actif` = 1
AND nl.`actif_langue` = 1
AND ( cc.`categorie` = 33 )
AND TIMESTAMP(n.`date`) <= '2026-03-16 18:08:19' LIMIT 1 |
0.183
ms
|
1 |
|
|
/modules/prestablog/class/news.php:578
/modules/prestablog/class/categories.php:540 (getCountListeAll)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 14
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.183
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 18 LIMIT 1 |
0.183
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 38
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.183
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 19 LIMIT 1 |
0.183
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 40
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.183
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 38
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.183
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 22 LIMIT 1 |
0.183
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 46
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.182
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 45 LIMIT 1 |
0.182
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 12 LIMIT 1 |
0.182
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 12
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.182
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 193 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 10
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.182
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 24 LIMIT 1 |
0.182
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 51 LIMIT 1 |
0.182
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 29
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.181
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 14 LIMIT 1 |
0.181
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 36
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.181
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 234 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 12 LIMIT 1 |
0.181
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 39
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.181
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 44
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.181
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 39
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.181
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 46 LIMIT 1 |
0.181
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 51 LIMIT 1 |
0.181
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 13 LIMIT 1 |
0.181
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 16
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.181
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 24 LIMIT 1 |
0.180
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 42
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.180
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 33
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.180
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 35
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.180
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 27 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 16 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 40
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.179
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 22 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 23 LIMIT 1 |
0.179
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 4
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.179
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 38
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.178
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 30
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.178
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 30
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.178
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 5
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.178
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 31
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.178
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 38
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.177
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 44
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.177
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 36
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.176
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 50
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.176
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 41
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.176
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 40
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.175
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 41
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.175
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 50
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.175
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 46
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.174
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 40
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.174
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 46
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.174
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 37 LIMIT 1 |
0.174
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 603 |
UPDATE `bl_prestablog_news_lang` SET `read` = (`read` + 1)
WHERE `id_prestablog_news`= 13
AND `id_lang` = 1 |
0.174
ms
|
1 |
|
|
/modules/prestablog/class/news.php:1164
/modules/prestablog/controllers/front/blog.php:834 (incrementRead)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 35
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.174
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 40 LIMIT 1 |
0.173
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 37
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.172
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 49 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 39 LIMIT 1 |
0.172
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE *
FROM bl_meta m
LEFT JOIN bl_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-prestablog-blog"
OR m.page = "moduleprestablogblog"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1 |
0.172
ms
|
2 |
|
|
/classes/Meta.php:193
/classes/Meta.php:332 (getMetaByPage)
/classes/Meta.php:317 (getHomeMetas)
/classes/controller/FrontController.php:1779 (getMetaTags)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 41
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.171
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 42
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.171
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE `id_guest`
FROM `bl_connections`
WHERE `id_guest` = 330294
AND `date_add` > '2026-03-16 17:38:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
0.171
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 47
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.170
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 48
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.170
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE p.`id_prestablog_popup`
FROM `bl_prestablog_news_popuplink` p
LEFT JOIN `bl_prestablog_popup` pp ON (p.`id_prestablog_popup` = pp.`id_prestablog_popup`)
LEFT JOIN `bl_prestablog_popup_lang` pl ON (p.`id_prestablog_popup` = pl.`id_prestablog_popup`)
LEFT JOIN `bl_prestablog_popup_shop` ps ON (p.`id_prestablog_popup` = ps.`id_prestablog_popup`)
LEFT JOIN `bl_prestablog_news` pn ON (pn.`id_prestablog_news` = 13)
WHERE
p.`id_prestablog_news` = 13
AND pl.`id_lang` = 1
AND ps.`id_shop` = 1
AND pp.`actif` = 1
AND NOW() BETWEEN pp.`date_start` AND pp.`date_stop` |
0.170
ms
|
1 |
|
|
/modules/prestablog/class/popup.php:1267
/modules/prestablog/prestablog.php:818 (getIdFrontPopupNewsPreFiltered)
/modules/prestablog/prestablog.php:670 (isOkDisplay)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 35
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.170
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE n.*, nl.*
FROM bl_prestablog_news n
LEFT JOIN bl_prestablog_news_lang nl ON n.id_prestablog_news = nl.id_prestablog_news
WHERE n.id_prestablog_news = 13
AND nl.id_lang = 1
AND n.id_shop = 1 LIMIT 1 |
0.169
ms
|
1 |
|
|
/modules/prestablog/class/news.php:95
/modules/prestablog/controllers/front/blog.php:169 (getNewsWithShopById)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 34
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.168
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 48
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.168
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 32
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.168
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 635 |
INSERT INTO `bl_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('336086', '', 'ps8.byled.fr/blog/comment-choisir-la-puissance-ideale-des-reglettes-led-pour-un-eclairage-optimal--n13', '', '2026-03-16 18:08:19') |
0.168
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 51
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.168
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 31
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.168
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 37
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.168
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 36 LIMIT 1 |
0.167
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 50
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.167
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE * FROM `bl_psreassurance` pr
LEFT JOIN bl_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "1"
AND pr.status = 1
ORDER BY pr.position |
0.167
ms
|
6 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:498 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:354 (renderTemplateInHook)
/classes/Hook.php:1077 (hookdisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:116 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:40 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 31
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.166
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 47
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.166
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 36 LIMIT 1 |
0.166
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE cn.*
FROM `bl_prestablog_commentnews` cn
LEFT JOIN `bl_prestablog_news` n ON (cn.`news` = n.`id_prestablog_news`)
WHERE 1=1
AND n.`id_shop` = 1
AND cn.`news` = 13
AND cn.`actif` = 1
ORDER BY cn.`date` DESC |
0.165
ms
|
1 |
|
|
/modules/prestablog/class/commentnews.php:206
/modules/prestablog/prestablog.php:7787 (getListe)
/modules/prestablog/controllers/front/blog.php:912 (gestComment)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 43
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.165
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 32
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.165
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 47
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.165
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 46
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.164
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 49 LIMIT 1 |
0.163
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 45
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.162
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 39
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.162
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 37
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.162
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE * FROM `bl_psreassurance` pr
LEFT JOIN bl_psreassurance_lang prl ON (pr.id_psreassurance = prl.id_psreassurance)
WHERE prl.id_lang = "1"
AND pr.status = 1
ORDER BY pr.position |
0.162
ms
|
6 |
Yes
|
|
/modules/blockreassurance/classes/ReassuranceActivity.php:159
/modules/blockreassurance/blockreassurance.php:498 (getAllBlockByStatus)
/modules/blockreassurance/blockreassurance.php:354 (renderTemplateInHook)
/classes/Hook.php:1077 (hookdisplayFooterAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byled/ea/8e/7b/ea8e7b666321917c9874f74993a71b104cff213b_2.module.xyshoppingcartviewstemplateshookmodalpreviewcontent.tpl.php:334 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b00d5f211_47303626)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byled/98/2c/b9/982cb92ac32b4b28d1f5d3f1e991e5b0ab2c918a_2.module.xyshoppingcartviewstemplateshookmodalpreview.tpl.php:55 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byled/98/2c/b9/982cb92ac32b4b28d1f5d3f1e991e5b0ab2c918a_2.module.xyshoppingcartviewstemplateshookmodalpreview.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b00d52b83_55817444)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2273 (fetch)
/modules/xyshoppingcart/xyshoppingcart.php:179 (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/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 43 LIMIT 1 |
0.162
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 41
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.161
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 35 LIMIT 1 |
0.161
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 49
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.161
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 33
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.161
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 34 LIMIT 1 |
0.159
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 37
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.159
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 46 LIMIT 1 |
0.158
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 38 LIMIT 1 |
0.158
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 51
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.158
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE c.*, cl.*, c.`id_prestablog_categorie` as `id`,
LEFT(cl.`title`, 80) as title
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`parent` = 47
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.157
ms
|
10 |
Yes
|
|
/modules/prestablog/class/categories.php:693
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE *
FROM `bl_country` a
LEFT JOIN `bl_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `bl_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.157
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)
|
| 553 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 51
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.157
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `bl_lang` l
JOIN bl_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.157
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 467 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 42 LIMIT 1 |
0.157
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 44 LIMIT 1 |
0.156
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE *
FROM `bl_currency` a
LEFT JOIN `bl_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `bl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
0.156
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:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 47 LIMIT 1 |
0.156
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 38
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.156
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 36
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.155
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 32 LIMIT 1 |
0.155
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE id_prestablog_categorie
FROM `bl_prestablog_categorie_group`
WHERE `id_group` IN (1) |
0.154
ms
|
50 |
|
|
/modules/prestablog/class/categories.php:298
/modules/prestablog/controllers/front/blog.php:189 (isCustomerPermissionGroups)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE r.id_reward
FROM `bl_rewards` r
JOIN `bl_customer` c ON (c.id_customer = r.id_customer AND c.id_shop IN (1) )
WHERE r.id_reward_state = 2
AND date_end < NOW() AND date_end != '0000-00-00 00:00:00' |
0.154
ms
|
42 |
|
|
/modules/allinone_rewards/models/RewardsModel.php:546
/modules/allinone_rewards/plugins/RewardsCorePlugin.php:829 (checkRewardsStates)
/modules/allinone_rewards/allinone_rewards.php:616 (hookDisplayHeader)
/modules/allinone_rewards/allinone_rewards.php:605 (_genericHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 33 LIMIT 1 |
0.154
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE * FROM `bl_sfi_bandeau_haut`
WHERE `active`=1 AND `id_lang`=1 ORDER BY `id_shop` DESC , `position` ASC |
0.153
ms
|
2 |
Yes
|
|
/modules/sfibandeau/sfibandeau.php:820
/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/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:65 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:44 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE *
FROM `bl_prestablog_news` a
LEFT JOIN `bl_prestablog_news_lang` `b` ON a.`id_prestablog_news` = b.`id_prestablog_news` AND b.`id_lang` = 1
WHERE (a.`id_prestablog_news` = 13) LIMIT 1 |
0.153
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/prestablog/class/news.php:98 (__construct)
/modules/prestablog/controllers/front/blog.php:169 (getNewsWithShopById)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE c.id_contact
FROM `bl_ets_cfu_contact` c
INNER JOIN `bl_ets_cfu_contact_shop` cs ON (c.id_contact= cs.id_contact)
LEFT JOIN `bl_ets_cfu_contact_lang` cl on (c.id_contact= cl.id_contact AND cl.id_lang="1")
WHERE c.active=1
AND c.button_popup_enabled = 1
AND cs.id_shop="1" |
0.152
ms
|
3 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:392
/modules/ets_cfultimate/ets_cfultimate.php:1296 (getContactsInPage)
/modules/ets_cfultimate/ets_cfultimate.php:1765 (getContactFormInPage)
/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/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 41
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.152
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 41 LIMIT 1 |
0.151
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 46
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.150
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 35
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.150
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 31 LIMIT 1 |
0.150
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE * FROM `bl_currency` c ORDER BY `iso_code` ASC |
0.150
ms
|
4 |
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:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE COUNT(*) FROM `bl_orders` o
LEFT JOIN `bl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 0 LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 35 LIMIT 1 |
0.149
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 37 LIMIT 1 |
0.148
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 39
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.148
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 45 LIMIT 1 |
0.147
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 45
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.147
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 48
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.147
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 50 LIMIT 1 |
0.146
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 47
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.144
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 42
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.143
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE * FROM bl_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/blog/comment-choisir-la-puissance-ideale-des-reglettes-led-pour-un-eclairage-optimal--n13" OR CONCAT("", url_old) LIKE BINARY "/blog/comment-choisir-la-puissance-ideale-des-reglettes-led-pour-un-eclairage-optimal--n13#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
0.142
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)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE c.`id_prestablog_categorie`
FROM `bl_prestablog_categorie` c
JOIN `bl_prestablog_categorie_lang` cl
ON (c.`id_prestablog_categorie` = cl.`id_prestablog_categorie`)
WHERE cl.`id_lang` = 1
AND c.`id_prestablog_categorie` = 48
AND c.`id_shop` = 1
AND c.`actif` = 1
AND EXISTS (
SELECT 1
FROM `bl_prestablog_categorie` pc
JOIN `bl_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.142
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:651
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 41 LIMIT 1 |
0.140
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 47 LIMIT 1 |
0.139
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM bl_shop s
LEFT JOIN bl_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.138
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)
|
| 599 |
SELECT SQL_NO_CACHE pnp.`id_product`
FROM `bl_prestablog_news_product` pnp
JOIN `bl_product` p ON (pnp.`id_product` = p.`id_product`)
WHERE pnp.`id_prestablog_news` = 13
AND p.`active` = 1 |
0.138
ms
|
1 |
|
|
/modules/prestablog/class/news.php:224
/modules/prestablog/controllers/front/blog.php:700 (getProductLinkListe)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 48 LIMIT 1 |
0.138
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:659 (getListe)
/modules/prestablog/class/categories.php:529 (getListeRecursive)
/modules/prestablog/class/categories.php:709 (getNombreNewsRecursifCat)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 42 LIMIT 1 |
0.137
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE COUNT(*) FROM `bl_orders` o
LEFT JOIN `bl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 142 LIMIT 1 |
0.137
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `bl_hook_alias` |
0.137
ms
|
87 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 142 |
SELECT SQL_NO_CACHE name FROM bl_configuration
WHERE id_shop IS NULL
AND id_shop_group IS NULL
AND value = "ff4a0ff1-4633-e3d4-318b-c441b7a988a8"
AND name LIKE "AV_IDWEBSITE%" LIMIT 1 |
0.136
ms
|
61 |
|
|
/modules/netreviews/class/LogsHandler.php:426
/modules/netreviews/class/LogsHandler.php:338 (getLanguageByWebsiteId)
/modules/netreviews/class/HookHandler.php:108 (delLogs)
/modules/netreviews/class/HookHandler.php:68 (checkDisplayHomeTriggers)
/modules/netreviews/netreviews.php:1681 (hookTriggers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE * FROM bl_lgseoredirect WHERE (CONCAT("", url_old) LIKE BINARY "/blog/comment-choisir-la-puissance-ideale-des-reglettes-led-pour-un-eclairage-optimal--n13" OR CONCAT("", url_old) LIKE BINARY "/blog/comment-choisir-la-puissance-ideale-des-reglettes-led-pour-un-eclairage-optimal--n13#%") AND id_shop = "1" ORDER BY id DESC LIMIT 1 |
0.135
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)
|
| 89 |
SELECT SQL_NO_CACHE * FROM `bl_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.133
ms
|
7 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1616 (getNoPictureImage)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE id_shop,value FROM bl_configuration WHERE name LIKE "AV_GROUP_CONF%" AND (id_shop IN (0, 1) OR id_shop IS NULL) |
0.132
ms
|
61 |
|
|
/modules/netreviews/class/InternalConfigManager.php:84
/modules/netreviews/class/InternalConfigManager.php:108 (getMultilangshoplist)
/modules/netreviews/class/InternalConfigManager.php:276 (getCurrentShopComp)
/modules/netreviews/class/HookHandler.php:82 (getAVShopWithWebsiteId)
/modules/netreviews/class/HookHandler.php:68 (checkDisplayHomeTriggers)
/modules/netreviews/netreviews.php:1681 (hookTriggers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE COUNT(DISTINCT nl.`id_prestablog_news`) AS `value`
FROM `bl_prestablog_news_lang` as nl
LEFT JOIN `bl_prestablog_correspondancecategorie` as co
ON (co.news = nl.id_prestablog_news)
LEFT JOIN `bl_prestablog_categorie` as c
ON (co.categorie = c.id_prestablog_categorie)
LEFT JOIN `bl_prestablog_news` as n
ON (nl.id_prestablog_news = n.id_prestablog_news)
WHERE n.`actif` = 1
AND nl.`id_lang` = 1
AND nl.`actif_langue` = 1
AND TIMESTAMP(n.`date`) <= '2026/03/16 18:08:19'
AND c.`actif` = 1
AND c.id_prestablog_categorie = 48 LIMIT 1 |
0.132
ms
|
1 |
|
|
/modules/prestablog/class/categories.php:517
/modules/prestablog/class/categories.php:707 (getNombreNewsDansCat)
/modules/prestablog/class/categories.php:728 (getListe)
/modules/prestablog/controllers/front/blog.php:1083 (getListe)
/modules/prestablog/controllers/front/blog.php:599 (voirListeCatMenu)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE *
FROM `bl_currency` a
LEFT JOIN `bl_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `bl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.131
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:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE id_shop,value FROM bl_configuration WHERE name LIKE "AV_GROUP_CONF%" AND (id_shop IN (0, 1) OR id_shop IS NULL) |
0.130
ms
|
61 |
|
|
/modules/netreviews/class/InternalConfigManager.php:84
/modules/netreviews/class/InternalConfigManager.php:108 (getMultilangshoplist)
/modules/netreviews/class/InternalConfigManager.php:276 (getCurrentShopComp)
/modules/netreviews/class/HookHandler.php:82 (getAVShopWithWebsiteId)
/modules/netreviews/class/HookHandler.php:68 (checkDisplayHomeTriggers)
/modules/netreviews/netreviews.php:2261 (hookTriggers)
/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/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE *
FROM `bl_currency` a
LEFT JOIN `bl_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `bl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
0.130
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:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE COUNT(*) FROM `bl_orders` o
LEFT JOIN `bl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 4 LIMIT 1 |
0.129
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 62 |
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`, `sharing_icon_color`
FROM `bl_prestablog_color`
WHERE `id_shop` =1 |
0.129
ms
|
1 |
|
|
/modules/prestablog/class/news.php:287
/modules/prestablog/controllers/front/blog.php:147 (getColorHome)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `bl_lang` l
LEFT JOIN `bl_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.129
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 628 |
SELECT SQL_NO_CACHE name FROM bl_configuration
WHERE id_shop IS NULL
AND id_shop_group IS NULL
AND value = "ff4a0ff1-4633-e3d4-318b-c441b7a988a8"
AND name LIKE "AV_IDWEBSITE%" LIMIT 1 |
0.127
ms
|
61 |
|
|
/modules/netreviews/class/LogsHandler.php:426
/modules/netreviews/class/LogsHandler.php:338 (getLanguageByWebsiteId)
/modules/netreviews/class/HookHandler.php:108 (delLogs)
/modules/netreviews/class/HookHandler.php:68 (checkDisplayHomeTriggers)
/modules/netreviews/netreviews.php:2261 (hookTriggers)
/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/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE *
FROM `bl_currency` a
LEFT JOIN `bl_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `bl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
0.127
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:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE id_shop, value, name FROM bl_configuration WHERE name like 'AV_IDWEBSITE%'; |
0.125
ms
|
61 |
|
|
/modules/netreviews/class/InternalConfigManager.php:264
/modules/netreviews/class/HookHandler.php:82 (getAVShopWithWebsiteId)
/modules/netreviews/class/HookHandler.php:68 (checkDisplayHomeTriggers)
/modules/netreviews/netreviews.php:2261 (hookTriggers)
/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/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE *
FROM `bl_prestablog_news_lang`
WHERE `id_prestablog_news` = 13 |
0.125
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/prestablog/controllers/front/blog.php:446 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE COUNT(*) FROM `bl_orders` o
LEFT JOIN `bl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 9006 LIMIT 1 |
0.124
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE name, alias FROM `bl_hook_alias` |
0.124
ms
|
87 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 20 |
SELECT SQL_NO_CACHE value FROM `bl_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.123
ms
|
1 |
|
|
/classes/shop/Shop.php:1183
/classes/shop/Shop.php:1042 (isFeatureActive)
/classes/Configuration.php:328 (getContextShopID)
/modules/prestablog/prestablog.php:491 (getMultiple)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1230 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 139 |
SELECT SQL_NO_CACHE id_shop, value, name FROM bl_configuration WHERE name like 'AV_IDWEBSITE%'; |
0.123
ms
|
61 |
|
|
/modules/netreviews/class/InternalConfigManager.php:264
/modules/netreviews/class/HookHandler.php:82 (getAVShopWithWebsiteId)
/modules/netreviews/class/HookHandler.php:68 (checkDisplayHomeTriggers)
/modules/netreviews/netreviews.php:1681 (hookTriggers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `bl_lang` a
LEFT JOIN `bl_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.121
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)
|
| 648 |
SELECT SQL_NO_CACHE COUNT(*) FROM `bl_orders` o
LEFT JOIN `bl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 143 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE COUNT(*) FROM `bl_orders` o
LEFT JOIN `bl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 5541 LIMIT 1 |
0.120
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE *
FROM `bl_group` a
LEFT JOIN `bl_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
0.118
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE COUNT(*) FROM `bl_orders` o
LEFT JOIN `bl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 9442 LIMIT 1 |
0.118
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE COUNT(*) FROM `bl_orders` o
LEFT JOIN `bl_order_cart_rule` ocr ON (ocr.`id_order` = o.`id_order`)
WHERE o.`id_customer` = 0
AND ocr.`deleted` = 0 AND ocr.`id_cart_rule` = 144 LIMIT 1 |
0.116
ms
|
1 |
|
|
/classes/order/Order.php:881
/classes/CartRule.php:450 (getDiscountsCustomer)
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE *
FROM `bl_country` a
LEFT JOIN `bl_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1 |
0.115
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM bl_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.113
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)
|
| 69 |
SELECT SQL_NO_CACHE *
FROM `bl_prestablog_categorie` a
LEFT JOIN `bl_prestablog_categorie_lang` `b` ON a.`id_prestablog_categorie` = b.`id_prestablog_categorie` AND b.`id_lang` = 1
WHERE (a.`id_prestablog_categorie` = 30) LIMIT 1 |
0.112
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/prestablog/class/categories.php:604 (__construct)
/modules/prestablog/controllers/front/blog.php:206 (getBranche)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE a.`firstname`, a.`lastname`, a.`pseudo`, a.`bio`
FROM `bl_prestablog_news` n
JOIN `bl_prestablog_author` a ON a.`id_author` = n.`author_id`
WHERE n.`id_prestablog_news` = 13 LIMIT 1 |
0.112
ms
|
0 |
|
|
/modules/prestablog/class/author.php:264
/modules/prestablog/controllers/front/blog.php:852 (getAuthorName)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE *
FROM `bl_currency` a
LEFT JOIN `bl_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.111
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM bl_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
0.110
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/modules/prestablog/prestablog.php:8775 (getMainShopDomain)
/modules/prestablog/prestablog.php:88 (getContextShopDomain)
/modules/prestablog/prestablog.php:7219 (urlSRoot)
/modules/prestablog/prestablog.php:7211 (getBaseUrlFront)
/modules/prestablog/controllers/front/blog.php:124 (prestablogUrl)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE * FROM `bl_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.109
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:137
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:250 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:615 (isActive)
/modules/allinone_rewards/allinone_rewards.php:605 (_genericHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:993 (exec)
/modules/prestablog/controllers/front/blog.php:46 (setMedia)
/tools/profiling/Controller.php:48 (setMedia)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 141 |
SELECT SQL_NO_CACHE c.value FROM `bl_configuration` c WHERE c.name = "AV_NEXT_CONFIG" AND c.id_shop IS NULL; # 1773680899 |
0.109
ms
|
1 |
|
|
/modules/netreviews/class/HookHandler.php:324
/modules/netreviews/class/HookHandler.php:93 (getNextUpdateTime)
/modules/netreviews/class/HookHandler.php:68 (checkDisplayHomeTriggers)
/modules/netreviews/netreviews.php:1681 (hookTriggers)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE *
FROM `bl_prestablog_categorie` a
LEFT JOIN `bl_prestablog_categorie_lang` `b` ON a.`id_prestablog_categorie` = b.`id_prestablog_categorie` AND b.`id_lang` = 1
WHERE (a.`id_prestablog_categorie` = 2) LIMIT 1 |
0.109
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/prestablog/class/categories.php:604 (__construct)
/modules/prestablog/controllers/front/blog.php:206 (getBranche)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE COUNT(id_contact)
FROM `bl_ets_cfu_contact`
WHERE (button_popup_enabled > 0) LIMIT 1 |
0.108
ms
|
1 |
|
|
/modules/ets_cfultimate/classes/ETS_CFU_Contact.php:256
/modules/ets_cfultimate/ets_cfultimate.php:1238 (getContactFloating)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE *
FROM `bl_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
0.108
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)
|
| 70 |
SELECT SQL_NO_CACHE *
FROM `bl_prestablog_categorie` a
LEFT JOIN `bl_prestablog_categorie_lang` `b` ON a.`id_prestablog_categorie` = b.`id_prestablog_categorie` AND b.`id_lang` = 1
WHERE (a.`id_prestablog_categorie` = 25) LIMIT 1 |
0.104
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/prestablog/class/categories.php:604 (__construct)
/modules/prestablog/class/categories.php:608 (getBranche)
/modules/prestablog/controllers/front/blog.php:206 (getBranche)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `bl_currency` c
LEFT JOIN bl_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.103
ms
|
4 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:123 (isMultiCurrencyActivated)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE * FROM `bl_image_type` |
0.103
ms
|
7 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/modules/ambjolisearch/ambjolisearch.php:2242 (getFormattedName)
/modules/ambjolisearch/ambjolisearch.php:1890 (getImageFormattedName)
/modules/ambjolisearch/ambjolisearch.php:214 (initImagesPath)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE `image_type`
FROM `bl_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.103
ms
|
8 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5634
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5616 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5608 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4790 (hasAtLeastOneMiIcon)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `title`, `meta_title`, `meta_description`, `meta_keywords`
FROM `bl_prestablog_news_lang`
WHERE id_lang = 1 AND id_prestablog_news = 13 LIMIT 1 |
0.101
ms
|
1 |
|
|
/modules/prestablog/prestablog.php:7295
/modules/prestablog/controllers/front/blog.php:412 (getPrestaBlogMetaTagsNewsOnly)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE c.value FROM `bl_configuration` c WHERE c.name = "AV_NEXT_CONFIG" AND c.id_shop IS NULL; # 1773680899 |
0.098
ms
|
1 |
|
|
/modules/netreviews/class/HookHandler.php:324
/modules/netreviews/class/HookHandler.php:93 (getNextUpdateTime)
/modules/netreviews/class/HookHandler.php:68 (checkDisplayHomeTriggers)
/modules/netreviews/netreviews.php:2261 (hookTriggers)
/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/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE `categorie`
FROM `bl_prestablog_correspondancecategorie`
WHERE `news` = 13 |
0.097
ms
|
2 |
|
|
/modules/prestablog/class/correspondancescategories.php:32
/modules/prestablog/controllers/front/blog.php:188 (getCategoriesListe)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 0 |
0.097
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE *
FROM `bl_prestablog_news` a
WHERE (a.`id_prestablog_news` = 13) LIMIT 1 |
0.097
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/prestablog/controllers/front/blog.php:446 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 6928 |
0.096
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE * FROM bl_hook_module
WHERE `id_hook` = 1112
AND `id_module` = 101
AND `id_shop` = 1 |
0.095
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/module/Module.php:2150 (isModuleRegisteredOnHook)
/modules/opartdevis/opartdevis.php:50 (isRegisteredInHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE `id_lang` FROM `bl_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.095
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE a.`id_customer`
FROM `bl_prestablog_commentnews_abo` a
LEFT JOIN `bl_prestablog_news` n ON (a.`news` = n.`id_prestablog_news`)
WHERE 1=1
AND n.`id_shop` = 1
AND a.`news` = 13 |
0.093
ms
|
1 |
|
|
/modules/prestablog/class/commentnews.php:331
/modules/prestablog/controllers/front/blog.php:925 (listeCommentAbo)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 40 |
SELECT SQL_NO_CACHE c.id_currency
FROM `bl_currency` c
WHERE (iso_code = 'CNY') LIMIT 1 |
0.093
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE `image_type`
FROM `bl_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.093
ms
|
40 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5634
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5622 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5608 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4790 (hasAtLeastOneMiIcon)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE `id_prestablog_newslink`
FROM `bl_prestablog_news_newslink`
WHERE `id_prestablog_news` = 13 |
0.090
ms
|
1 |
|
|
/modules/prestablog/class/news.php:239
/modules/prestablog/controllers/front/blog.php:740 (getArticleLinkListe)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 151 |
SELECT SQL_NO_CACHE * FROM `bl_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.090
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:137
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:250 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:615 (isActive)
/modules/allinone_rewards/allinone_rewards.php:605 (_genericHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `bl_country_lang`
WHERE `id_country` = 8 |
0.090
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE *
FROM `bl_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.089
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 59 |
SELECT SQL_NO_CACHE *
FROM `bl_group_lang`
WHERE `id_group` = 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 131 |
SELECT SQL_NO_CACHE `image_type`
FROM `bl_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.088
ms
|
6 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5634
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5619 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5608 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4790 (hasAtLeastOneMiIcon)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "pagesnotfound" LIMIT 1 |
0.088
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2084 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:101 (isInstalled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 56 |
SELECT SQL_NO_CACHE *
FROM `bl_currency_lang`
WHERE `id_currency` = 1 |
0.088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:690 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE *
FROM `bl_rewards_state_lang`
WHERE `id_reward_state` = 2 |
0.087
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/allinone_rewards/models/RewardsModel.php:502 (__construct)
/modules/allinone_rewards/plugins/RewardsCorePlugin.php:829 (checkRewardsStates)
/modules/allinone_rewards/allinone_rewards.php:616 (hookDisplayHeader)
/modules/allinone_rewards/allinone_rewards.php:605 (_genericHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE format
FROM `bl_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE * FROM `bl_hook_module_exceptions`
WHERE `id_shop` IN (1) |
0.087
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/Dispatcher.php:351 (exec)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE c.id_currency
FROM `bl_currency` c
WHERE (iso_code = 'DZD') LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE `image_type`
FROM `bl_pm_advancedtopmenu_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.087
ms
|
8 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5634
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5616 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5612 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4793 (hasAtLeastOneFaIcon)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE `id_lang` FROM `bl_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.087
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 136 |
SELECT SQL_NO_CACHE active FROM bl_module WHERE name = 'netreviews' |
0.086
ms
|
1 |
|
|
/modules/netreviews/netreviews.php:107
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 14472 |
0.086
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 31 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ets_superspeed" LIMIT 1 |
0.086
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/Dispatcher.php:51 (isEnabled)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE `name`
FROM `bl_hook`
WHERE `id_hook` = 992 LIMIT 1 |
0.084
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.083
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE `image_type`
FROM `bl_pm_advancedtopmenu_elements_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.083
ms
|
40 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5634
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5622 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5612 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4793 (hasAtLeastOneFaIcon)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE *
FROM `bl_rewards_state` a
WHERE (a.`id_reward_state` = 2) LIMIT 1 |
0.082
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/allinone_rewards/models/RewardsModel.php:502 (__construct)
/modules/allinone_rewards/plugins/RewardsCorePlugin.php:829 (checkRewardsStates)
/modules/allinone_rewards/allinone_rewards.php:616 (hookDisplayHeader)
/modules/allinone_rewards/allinone_rewards.php:605 (_genericHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE id_shop
FROM `bl_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE c.id_currency
FROM `bl_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE c.id_currency
FROM `bl_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.082
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 0 |
0.081
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE data
FROM `bl_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1 |
0.081
ms
|
0 |
|
|
/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php:53 (findDataByCartIdAndShopId)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:267 (readData)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:54 (outputStoredEvents)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 46 |
SELECT SQL_NO_CACHE `id_lang` FROM `bl_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.081
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE * FROM `bl_rewards_template_config` WHERE `value`=1 AND `name`='RSPONSORSHIP_ACTIVE' LIMIT 1 |
0.081
ms
|
1 |
|
|
/modules/allinone_rewards/models/RewardsTemplateModel.php:137
/modules/allinone_rewards/models/RewardsTemplateModel.php:378 (isActiveAtLeastOnce)
/modules/allinone_rewards/plugins/RewardsSponsorshipPlugin.php:250 (isActiveAtLeastOnce)
/modules/allinone_rewards/allinone_rewards.php:615 (isActive)
/modules/allinone_rewards/allinone_rewards.php:605 (_genericHook)
/classes/Hook.php:1077 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_linklist" LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_searchbar" LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:410 (isEnabled)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE id_shop
FROM `bl_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1 |
0.080
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 145 |
SELECT SQL_NO_CACHE * FROM bl_hook_module
WHERE `id_hook` = 1113
AND `id_module` = 101
AND `id_shop` = 1 |
0.080
ms
|
1 |
|
|
/classes/Hook.php:515
/classes/module/Module.php:2150 (isModuleRegisteredOnHook)
/modules/opartdevis/opartdevis.php:53 (isRegisteredInHook)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM bl_required_field |
0.079
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1555 (cacheFieldsRequiredDatabase)
/classes/controller/FrontController.php:555 (validateFieldsRequiredDatabase)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE `id_lang` FROM `bl_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 54 |
SELECT SQL_NO_CACHE `id_lang` FROM `bl_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE `image_type`
FROM `bl_pm_advancedtopmenu_columns_lang`
WHERE `image_type` NOT IN ("jpg", "png", "gif")
AND `id_lang` = 1 |
0.078
ms
|
6 |
|
|
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5634
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5619 (lookForIconInTable)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:5612 (lookForIcon)
/modules/pm_advancedtopmenu/pm_advancedtopmenu.php:4793 (hasAtLeastOneFaIcon)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 59 AND `id_shop` = 1 LIMIT 1 |
0.078
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/lgseoredirect/lgseoredirect.php:101 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 644 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 10 |
0.078
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 43 |
SELECT SQL_NO_CACHE `id_lang` FROM `bl_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1 |
0.077
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:410 (isEnabled)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 83 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 0 |
0.076
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 0 |
0.076
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE id_shop
FROM `bl_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `bl_country`
WHERE `id_country` = 8 LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_socialfollow" LIMIT 1 |
0.076
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "labblocksearch" LIMIT 1 |
0.075
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2016 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "netreviews" LIMIT 1 |
0.075
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/netreviews/netreviews.php:144 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE `id_lang` FROM `bl_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "lgseoredirect" LIMIT 1 |
0.074
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/lgseoredirect/lgseoredirect.php:862 (isEnabled)
/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)
|
| 25 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 89 AND `id_shop` = 1 LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/lgseoredirect/lgseoredirect.php:862 (isEnabled)
/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)
|
| 47 |
SELECT SQL_NO_CACHE `id_lang` FROM `bl_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.073
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/modules/prestablog/controllers/front/blog.php:128 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 95 |
SET group_concat_max_len = 33554432 |
0.073
ms
|
1 |
|
|
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:119
/modules/pm_advancedsearch4/classes/SearchEngineDb.php:46 (setGroupConcatMaxLength)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:483 (query)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:463 (getSearchsId)
/modules/pm_advancedsearch4/classes/SearchEngineUtils.php:291 (getSearchsIdByHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3026 (getSearchsFromHook)
/modules/pm_advancedsearch4/pm_advancedsearch4.php:3150 (assignSearchVar)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 0 |
0.073
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE np.`id_prestablog_news`
FROM `bl_prestablog_rate` np
WHERE np.`id_session` = 0 AND np.`id_prestablog_news` = 13 |
0.072
ms
|
1 |
|
|
/modules/prestablog/class/news.php:325
/modules/prestablog/controllers/front/blog.php:770 (checkRate)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.071
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 100 AND `id_shop` = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/classes/module/Module.php:2109
/override/classes/Dispatcher.php:51 (isEnabled)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.071
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 11 |
0.071
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "xyshoppingcart" LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `bl_country`
WHERE `id_country` = 8 LIMIT 1 |
0.070
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 138 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 90 AND `id_shop` = 1 LIMIT 1 |
0.069
ms
|
1 |
|
|
/classes/module/Module.php:2109
/modules/netreviews/netreviews.php:144 (isEnabled)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "leoproductsearch" LIMIT 1 |
0.069
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2000 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1 |
0.068
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.067
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.065
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 111 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2043 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE id_group FROM bl_cart_rule_group WHERE id_cart_rule = 12940 |
0.064
ms
|
1 |
|
|
/classes/CartRule.php:438
/classes/CartRule.php:578 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/modules/xyshoppingcart/xyshoppingcart.php:141 (present)
/modules/xyshoppingcart/xyshoppingcart.php:169 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:56 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 87 AND `id_shop` = 1 LIMIT 1 |
0.064
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
0.063
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2000 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.062
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2125 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "ttblocksearch" LIMIT 1 |
0.061
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2008 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 107 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.061
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2022 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1 |
0.061
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `bl_country`
WHERE `id_country` = 8 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/modules/ps_contactinfo/ps_contactinfo.php:98 (generateAddress)
/modules/ps_contactinfo/ps_contactinfo.php:83 (getWidgetVariables)
/classes/Hook.php:1088 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:98 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1 |
0.060
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.060
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2008 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1 |
0.059
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:100 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/da/9a/ba/da9aba15b6ef7827272d2587ba88f6260a2dfb52_2.file.header.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01f25ce3_21524351)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:231 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:73 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "jmsajaxsearch" LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2054 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2016 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE `id_prestablog_popup`
FROM `bl_prestablog_popup`
WHERE `actif_home` = 1 |
0.059
ms
|
1 |
|
|
/modules/prestablog/class/popup.php:389
/modules/prestablog/prestablog.php:910 (getPopupActifHome)
/modules/prestablog/prestablog.php:680 (isOkDisplayHome)
/classes/Hook.php:1077 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:389 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:158 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "tvcmssearch" LIMIT 1 |
0.059
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2032 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 123 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2108 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "labsearch" LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2022 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2054 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2132 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.058
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2061 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2118 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2068 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2093 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2032 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "nrtsearchbar" LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2132 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1083 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1019 (coreRenderWidget)
/config/smarty.config.inc.php:201 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:134 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/07/8d/15078d5c57d6b8b8fc27ad5a2038b03599466491_2.file.footer.tpl.php:50 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b020065b0_87677593)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:351 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/15/5f/01/155f010e913651869db42b14407f0f5034e871ec_2.file.layout-both-columns.tpl.php:135 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01ec0de7_04534161)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/65/ca/dd/65caddf10dcf513e76a0bb9b0305c549958e6477_2.file.layout-full-width.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b81b01eb2798_30594575)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116 (_subTemplateRender)
/var/cache/dev/smarty/compile/byledlayouts_layout_full_width_tpl/46/b1/e6/46b1e6f3e1f4b4985b590df0d205bdfb6566d578_2.module.prestablogviewstemplatesfrontgridandslides_page.tpl.php:43 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_69b8390371c618_90069691)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/override/classes/controller/FrontController.php:69 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 126 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "dbsearchbar" LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2125 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
0.057
ms
|
0 |
|
|
/classes/module/Module.php:2109
/modules/ambjolisearch/ambjolisearch.php:2085 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "spsearchpro" LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2085 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "eagersearchbar" LIMIT 1 |
0.056
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2108 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "is_themecore" LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2118 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "tdsearchblock" LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2068 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "wbblocksearch" LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2093 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "stsearchbar" LIMIT 1 |
0.055
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2043 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE `id_module` FROM `bl_module` WHERE `name` = "bonsearch" LIMIT 1 |
0.054
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/modules/ambjolisearch/ambjolisearch.php:2061 (isEnabled)
/modules/ambjolisearch/ambjolisearch.php:420 (manageThemeSupport)
/classes/Hook.php:1077 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:983 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/override/classes/controller/FrontController.php:42 (initContent)
/classes/controller/ModuleFrontController.php:79 (initContent)
/modules/prestablog/controllers/front/blog.php:595 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE `id_prestablog_popup`
FROM `bl_prestablog_news_popuplink`
WHERE `id_prestablog_news` = 13 |
0.052
ms
|
1 |
|
|
/modules/prestablog/class/news.php:266
/modules/prestablog/controllers/front/blog.php:785 (getPopupLink)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/override/classes/Dispatcher.php:62 (dispatch)
/index.php:28 (dispatch)
|