Temps de requête : 0.21 ms Mémoire de requête : 0.023 MB mémoire avant requête : 1.033 MB Rangées retournées : 0
SELECT `data`
FROM `bwx48_session`
WHERE `session_id` = X'6d3665726969666870346d716836336f6d616f6d6c6162697472'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT\libraries\joomla\session\storage\database.php:45 |
| 14 | JSessionStorageDatabase->read() | Même appel que celui de la ligne ci-dessous. |
| 13 | session_start() | JROOT\libraries\joomla\session\handler\native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT\libraries\joomla\session\handler\native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT\libraries\joomla\session\handler\joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT\libraries\src\Session\Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT\libraries\src\Session\Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT\libraries\src\Session\Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT\libraries\src\Session\Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT\libraries\src\Application\CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT\libraries\src\Application\CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT\libraries\src\Application\SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT\libraries\src\Application\CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT\libraries\src\Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT\index.php:46 |
Temps de requête : 0.13 ms Après la dernière requête : 0.68 ms Mémoire de requête : 0.020 MB mémoire avant requête : 1.047 MB Rangées retournées : 0
SELECT `session_id`
FROM `bwx48_session`
WHERE `session_id` = X'6d3665726969666870346d716836336f6d616f6d6c6162697472'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 9 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 8 | JDatabaseDriver->loadResult() | JROOT\libraries\src\Session\MetadataManager.php:74 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT\libraries\src\Application\CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT\libraries\src\Application\CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT\libraries\src\Application\CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT\libraries\src\Application\SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT\libraries\src\Application\CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT\libraries\src\Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT\index.php:46 |
Temps de requête : 1.99 ms Après la dernière requête : 0.08 ms Mémoire de requête : 0.004 MB mémoire avant requête : 1.052 MB
INSERT INTO `bwx48_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6d3665726969666870346d716836336f6d616f6d6c6162697472', 1, 1765829628, 0, '', 0)
EXPLAIN impossible sur la requête : INSERT INTO `bwx48_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6d3665726969666870346d716836336f6d616f6d6c6162697472', 1, 1765829628, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| update | 0.08 ms |
| end | 0.00 ms |
| query end | 1.81 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT\libraries\src\Session\MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT\libraries\src\Application\CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT\libraries\src\Application\CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT\libraries\src\Application\CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT\libraries\src\Application\SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT\libraries\src\Application\CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT\libraries\src\Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT\index.php:46 |
Temps de requête : 0.70 ms Après la dernière requête : 0.65 ms Mémoire de requête : 0.040 MB mémoire avant requête : 1.083 MB Rangées retournées : 46
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `bwx48_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_extensions | NULL | ref | extension | extension | 82 | const | 47 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.28 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Component\ComponentHelper.php:445 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 9 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
| 8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\libraries\src\Component\ComponentHelper.php:453 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT\libraries\src\Component\ComponentHelper.php:519 |
| 6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT\libraries\src\Component\ComponentHelper.php:44 |
| 5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT\libraries\src\Component\ComponentHelper.php:103 |
| 4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT\libraries\src\Application\SiteApplication.php:594 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.20 ms Après la dernière requête : 0.71 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.123 MB Rangées retournées : 5
SELECT id, rules
FROM `bwx48_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_viewlevels | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 9 | JDatabaseDriver->loadAssocList() | JROOT\libraries\src\Access\Access.php:1063 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT\libraries\src\User\User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT\libraries\src\Plugin\PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT\libraries\src\Plugin\PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT\libraries\src\Plugin\PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT\libraries\src\Application\SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.17 ms Après la dernière requête : 0.06 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.135 MB Rangées retournées : 2
SELECT b.id
FROM bwx48_usergroups AS a
LEFT JOIN bwx48_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 9 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
| 10 | JDatabaseDriver->loadColumn() | JROOT\libraries\src\Access\Access.php:980 |
| 9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT\libraries\src\Access\Access.php:1095 |
| 8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT\libraries\src\User\User.php:458 |
| 7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT\libraries\src\Plugin\PluginHelper.php:318 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT\libraries\src\Plugin\PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT\libraries\src\Plugin\PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT\libraries\src\Application\SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.12 ms Après la dernière requête : 0.13 ms Mémoire de requête : 0.051 MB mémoire avant requête : 1.157 MB Rangées retournées : 130
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM bwx48_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_extensions | NULL | ref | extension | extension | 82 | const | 194 | 0.60 | Using index condition; Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.70 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Plugin\PluginHelper.php:351 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 8 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
| 7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\libraries\src\Plugin\PluginHelper.php:356 |
| 6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT\libraries\src\Plugin\PluginHelper.php:87 |
| 5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT\libraries\src\Plugin\PluginHelper.php:129 |
| 4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT\libraries\src\Application\SiteApplication.php:604 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.59 ms Après la dernière requête : 9.13 ms Mémoire de requête : 0.022 MB mémoire avant requête : 1.613 MB Rangées retournées : 1
SELECT `value`
FROM `bwx48_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.05 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 13 | JDatabaseDriver->loadResult() | JROOT\administrator\components\com_admintools\Helper\Storage.php:122 |
| 12 | Akeeba\AdminTools\Admin\Helper\Storage->load() | JROOT\administrator\components\com_admintools\Helper\Storage.php:37 |
| 11 | Akeeba\AdminTools\Admin\Helper\Storage->__construct() | JROOT\administrator\components\com_admintools\Helper\Storage.php:49 |
| 10 | Akeeba\AdminTools\Admin\Helper\Storage::getInstance() | JROOT\plugins\system\admintools\admintools\main.php:409 |
| 9 | plgSystemAdmintools->loadComponentParameters() | JROOT\plugins\system\admintools\admintools\main.php:892 |
| 8 | plgSystemAdmintools->initialize() | JROOT\plugins\system\admintools\admintools\main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.58 ms Après la dernière requête : 0.57 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.644 MB Rangées retournées : 0
SELECT *
FROM `bwx48_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_admintools_wafexceptions | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 11 | JDatabaseDriver->loadAssocList() | JROOT\plugins\system\admintools\admintools\main.php:729 |
| 10 | plgSystemAdmintools->loadWAFExceptionsSEF() | JROOT\plugins\system\admintools\admintools\main.php:640 |
| 9 | plgSystemAdmintools->loadWAFExceptions() | JROOT\plugins\system\admintools\admintools\main.php:901 |
| 8 | plgSystemAdmintools->initialize() | JROOT\plugins\system\admintools\admintools\main.php:84 |
| 7 | plgSystemAdmintools->__construct() | JROOT\libraries\src\Plugin\PluginHelper.php:280 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT\libraries\src\Plugin\PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT\libraries\src\Application\CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.22 ms Après la dernière requête : 15.16 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.111 MB Rangées retournées : 0
SELECT *
FROM `bwx48_admintools_ipautoban`
WHERE `ip` = '216.73.216.11'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT\plugins\system\admintools\feature\autoipfiltering.php:74 |
| 11 | AtsystemFeatureAutoipfiltering->isIPBlocked() | JROOT\plugins\system\admintools\feature\autoipfiltering.php:23 |
| 10 | AtsystemFeatureAutoipfiltering->onAfterInitialise() | JROOT\plugins\system\admintools\admintools\main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT\plugins\system\admintools\admintools\main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.13 ms Après la dernière requête : 0.05 ms Mémoire de requête : 0.023 MB mémoire avant requête : 2.117 MB Rangées retournées : 43
SELECT `ip`
FROM `bwx48_admintools_ipblock`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_admintools_ipblock | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 42 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
| 12 | JDatabaseDriver->loadColumn() | JROOT\plugins\system\admintools\feature\ipblacklist.php:143 |
| 11 | AtsystemFeatureIpblacklist->isIPBlocked() | JROOT\plugins\system\admintools\feature\ipblacklist.php:37 |
| 10 | AtsystemFeatureIpblacklist->onAfterInitialise() | JROOT\plugins\system\admintools\admintools\main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT\plugins\system\admintools\admintools\main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.24 ms Après la dernière requête : 0.42 ms Mémoire de requête : 0.022 MB mémoire avant requête : 2.126 MB Rangées retournées : 1
SELECT *
FROM `bwx48_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 13 | JDatabaseDriver->loadAssocList() | JROOT\plugins\system\admintools\feature\abstract.php:277 |
| 12 | AtsystemFeatureAbstract->loadTimestamps() | JROOT\plugins\system\admintools\feature\abstract.php:356 |
| 11 | AtsystemFeatureAbstract->getTimestamp() | JROOT\plugins\system\admintools\feature\disableobsoleteadmins.php:115 |
| 10 | AtsystemFeatureDisableobsoleteadmins->onAfterInitialise() | JROOT\plugins\system\admintools\admintools\main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT\plugins\system\admintools\admintools\main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.23 ms Après la dernière requête : 115.96 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.134 MB Rangées retournées : 0
SELECT `source`,`keepurlparams`
FROM `bwx48_admintools_redirects`
WHERE ((`dest` = 'agenda/42-film') OR (`dest` = 'agenda/42-film') OR ('agenda/42-film' LIKE `dest`))
AND `published` = '1'
ORDER BY `ordering` DESC
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_admintools_redirects | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1 | 100.00 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1773 |
| 11 | JDatabaseDriver->loadRow() | JROOT\plugins\system\admintools\feature\urlredir.php:91 |
| 10 | AtsystemFeatureUrlredir->onAfterInitialise() | JROOT\plugins\system\admintools\admintools\main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT\plugins\system\admintools\admintools\main.php:144 |
| 8 | plgSystemAdmintools->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 2.11 ms Après la dernière requête : 0.60 ms Mémoire de requête : 0.207 MB mémoire avant requête : 2.161 MB Rangées retournées : 188
SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM bwx48_menu AS m
LEFT JOIN bwx48_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 221 | 10.00 | Using index condition; Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 1.90 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Menu\SiteMenu.php:93 |
| 18 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 17 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
| 16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\libraries\src\Menu\SiteMenu.php:101 |
| 15 | Joomla\CMS\Menu\SiteMenu->load() | JROOT\libraries\src\Menu\AbstractMenu.php:78 |
| 14 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT\libraries\src\Menu\SiteMenu.php:62 |
| 13 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT\libraries\src\Menu\AbstractMenu.php:142 |
| 12 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT\libraries\src\Application\CMSApplication.php:417 |
| 11 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT\libraries\src\Application\SiteApplication.php:275 |
| 10 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT\libraries\src\Application\SiteApplication.php:434 |
| 9 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT\plugins\system\rgaac3rb\rgaac3rb.php:69 |
| 8 | plgSystemRgaac3rb->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.37 ms Après la dernière requête : 1.14 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.852 MB Rangées retournées : 4
SELECT id, home, template, s.params
FROM bwx48_template_styles as s
LEFT JOIN bwx48_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 6 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | 03603-chateauroux.e.element | 1 | 66.67 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Application\SiteApplication.php:486 |
| 9 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT\plugins\system\rgaac3rb\rgaac3rb.php:69 |
| 8 | plgSystemRgaac3rb->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.15 ms Après la dernière requête : 0.43 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.875 MB Rangées retournées : 1
SELECT `value`
FROM bwx48_acym_configuration
WHERE `name` = 'level'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_configuration | NULL | const | PRIMARY | PRIMARY | 762 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT\plugins\system\acymtriggers\acymtriggers.php:645 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT\plugins\system\acymtriggers\acymtriggers.php:661 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT\plugins\system\acymtriggers\acymtriggers.php:350 |
| 8 | plgSystemAcymtriggers->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.11 ms Après la dernière requête : 0.03 ms Mémoire de requête : 0.022 MB mémoire avant requête : 2.882 MB Rangées retournées : 1
SELECT `value`
FROM bwx48_acym_configuration
WHERE `name` = 'active_cron'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_configuration | NULL | const | PRIMARY | PRIMARY | 762 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT\plugins\system\acymtriggers\acymtriggers.php:645 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT\plugins\system\acymtriggers\acymtriggers.php:666 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT\plugins\system\acymtriggers\acymtriggers.php:350 |
| 8 | plgSystemAcymtriggers->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.10 ms Après la dernière requête : 0.03 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.888 MB Rangées retournées : 1
SELECT `value`
FROM bwx48_acym_configuration
WHERE `name` = 'cron_next'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_configuration | NULL | const | PRIMARY | PRIMARY | 762 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT\plugins\system\acymtriggers\acymtriggers.php:645 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT\plugins\system\acymtriggers\acymtriggers.php:671 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT\plugins\system\acymtriggers\acymtriggers.php:350 |
| 8 | plgSystemAcymtriggers->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.10 ms Après la dernière requête : 0.03 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.894 MB Rangées retournées : 1
SELECT `value`
FROM bwx48_acym_configuration
WHERE `name` = 'queue_type'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_configuration | NULL | const | PRIMARY | PRIMARY | 762 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT\plugins\system\acymtriggers\acymtriggers.php:645 |
| 10 | plgSystemAcymtriggers->getAcyConf() | JROOT\plugins\system\acymtriggers\acymtriggers.php:672 |
| 9 | plgSystemAcymtriggers->handleCron() | JROOT\plugins\system\acymtriggers\acymtriggers.php:350 |
| 8 | plgSystemAcymtriggers->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.20 ms Après la dernière requête : 4.00 ms Mémoire de requête : 0.021 MB mémoire avant requête : 3.142 MB Rangées retournées : 1
SELECT *
FROM `bwx48_opac_config`
WHERE `act` = 279
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 338 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT\components\com_opac\helpers\divers.php:810 |
| 9 | OpacHelperDivers::getValCfg() | JROOT\plugins\system\opac\opac.php:51 |
| 8 | plgSystemOpac->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.29 ms Après la dernière requête : 4.15 ms Mémoire de requête : 0.022 MB mémoire avant requête : 3.273 MB Rangées retournées : 3
SELECT element, enabled
FROM bwx48_extensions
WHERE element IN('com_opac','com_c3rbagents','com_droppics','com_weblinks')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_extensions | NULL | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 4 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT\administrator\components\com_c3rbevenement\src\C3rbevenement\Helper\DependencyHelper.php:16 |
| 9 | C3rbevenement\Helper\DependencyHelper::checkEnabled() | JROOT\administrator\components\com_c3rbevenement\src\init.php:13 |
| 8 | include_once JROOT\administrator\components\com_c3rbevenement\src\init.php | JROOT\components\com_c3rbevenement\router.php:7 |
| 7 | require_once JROOT\components\com_c3rbevenement\router.php | JROOT\libraries\src\Router\SiteRouter.php:779 |
| 6 | Joomla\CMS\Router\SiteRouter->getComponentRouter() | JROOT\libraries\src\Router\SiteRouter.php:131 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT\libraries\src\Application\CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT\libraries\src\Application\SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT\libraries\src\Application\SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.29 ms Après la dernière requête : 9.40 ms Mémoire de requête : 0.021 MB mémoire avant requête : 3.649 MB Rangées retournées : 1
SELECT *
FROM `bwx48_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_c3rbevenement')
AND `view` IN('','event')
AND `task` IN('','event.')
AND `enabled` = '1'
GROUP BY `query`
ORDER BY `query` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_admintools_wafblacklists | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 3 | 33.33 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT\plugins\system\admintools\feature\wafblacklist.php:92 |
| 10 | AtsystemFeatureWafblacklist->onAfterRoute() | JROOT\plugins\system\admintools\admintools\main.php:308 |
| 9 | plgSystemAdmintools->runFeature() | JROOT\plugins\system\admintools\admintools\main.php:154 |
| 8 | plgSystemAdmintools->onAfterRoute() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT\libraries\src\Application\SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT\libraries\src\Application\SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 33.47 ms Après la dernière requête : 2.29 ms Mémoire de requête : 6.095 MB mémoire avant requête : 4.025 MB Rangées retournées : 47630
SELECT `id`,`name`,`type`,`hits`
FROM `bwx48_opac_stoprobot`
WHERE `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_stoprobot | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 47630 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 8.47 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 24.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT\components\com_opac\helpers\divers.php:1279 |
| 9 | OpacHelperDivers::is_robot() | JROOT\plugins\system\opac\opac.php:262 |
| 8 | plgSystemOpac->onAfterRoute() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1190 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT\libraries\src\Application\SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT\libraries\src\Application\SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.33 ms Après la dernière requête : 43.29 ms Mémoire de requête : 0.022 MB mémoire avant requête : 4.544 MB Rangées retournées : 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `bwx48_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT\libraries\src\Helper\LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\libraries\src\Helper\LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT\libraries\src\Helper\LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT\libraries\src\Helper\LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT\libraries\src\Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT\libraries\src\Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT\libraries\src\Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT\libraries\src\Application\WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT\libraries\src\Application\SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 2.18 ms Après la dernière requête : 0.13 ms Mémoire de requête : 0.005 MB mémoire avant requête : 4.534 MB
UPDATE `bwx48_extensions`
SET `params` = '{\"mediaversion\":\"5cbd01f82e3054e857c24296b06e840e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | bwx48_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.04 ms |
| updating | 0.07 ms |
| end | 0.00 ms |
| query end | 1.95 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\src\Helper\LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT\libraries\src\Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT\libraries\src\Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT\libraries\src\Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT\libraries\src\Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT\libraries\src\Application\WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT\libraries\src\Application\SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.36 ms Après la dernière requête : 1.01 ms Mémoire de requête : 0.019 MB mémoire avant requête : 4.580 MB Rangées retournées : 2
SELECT *
FROM bwx48_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_languages | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2 | 50.00 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 6 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Language\LanguageHelper.php:150 |
| 5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT\libraries\src\Application\SiteApplication.php:330 |
| 4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT\libraries\src\Application\SiteApplication.php:138 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.06 ms Après la dernière requête : 23.76 ms Mémoire de requête : 0.031 MB mémoire avant requête : 5.357 MB Rangées retournées : 26
SHOW FULL COLUMNS
FROM `bwx48_c3rbevenement_events`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_c3rbevenement_events`
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.20 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 0.46 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 23 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\windwalker\src\Table\Table.php:220 |
| 22 | Windwalker\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 21 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\windwalker\src\Table\Table.php:53 |
| 20 | Windwalker\Table\Table->__construct() | JROOT\administrator\components\com_c3rbevenement\table\event.php:20 |
| 19 | C3rbevenementTableEvent->__construct() | JROOT\libraries\src\Table\Table.php:328 |
| 18 | Joomla\CMS\Table\Table::getInstance() | JROOT\libraries\windwalker\src\Model\Model.php:345 |
| 17 | Windwalker\Model\Model->createTable() | JROOT\libraries\windwalker\src\Model\Model.php:204 |
| 16 | Windwalker\Model\Model->getTable() | JROOT\libraries\windwalker\src\Model\CrudModel.php:102 |
| 15 | Windwalker\Model\CrudModel->populateState() | JROOT\libraries\windwalker\src\Model\Model.php:123 |
| 14 | Windwalker\Model\Model->__construct() | JROOT\libraries\windwalker\src\Model\CrudModel.php:80 |
| 13 | Windwalker\Model\CrudModel->__construct() | JROOT\libraries\windwalker\src\Controller\Controller.php:554 |
| 12 | Windwalker\Controller\Controller->getModel() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:249 |
| 11 | Windwalker\Controller\DisplayController->getView() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:85 |
| 10 | Windwalker\Controller\DisplayController->prepareExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:175 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.17 ms Après la dernière requête : 2.43 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.431 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_events
WHERE `id` = '42'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_events | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 20 | Joomla\CMS\Table\Table->load() | JROOT\libraries\windwalker\src\Table\Table.php:95 |
| 19 | Windwalker\Table\Table->load() | JROOT\administrator\components\com_c3rbevenement\table\event.php:42 |
| 18 | C3rbevenementTableEvent->load() | JROOT\libraries\windwalker\src\Model\ItemModel.php:55 |
| 17 | Windwalker\Model\ItemModel->getItem() | JROOT\components\com_c3rbevenement\model\event.php:74 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.60 ms Après la dernière requête : 0.70 ms Mémoire de requête : 0.027 MB mémoire avant requête : 5.454 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_repetitions
WHERE `event_id` = '42'
AND state > 0
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-12-15 21:13:48')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-12-15 21:13:48')
AND ((ISNULL(`end_date`) OR `end_date` = '0000-00-00 00:00:00') OR `end_date` >= NOW())
ORDER BY start_date ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_repetitions | NULL | ALL | cat_index | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2254 | 0.32 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.37 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT\libraries\windwalker\src\Joomla\Database\JoomlaAdapter.php:100 |
| 20 | Windwalker\Joomla\Database\JoomlaAdapter->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\DataMapper.php:53 |
| 19 | Windwalker\DataMapper\DataMapper->doFind() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:195 |
| 18 | Windwalker\DataMapper\AbstractDataMapper->find() | JROOT\components\com_c3rbevenement\model\event.php:252 |
| 17 | C3rbevenementModelEvent->getRepetitions() | JROOT\components\com_c3rbevenement\model\event.php:80 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 2.18 ms Après la dernière requête : 0.34 ms Mémoire de requête : 0.025 MB mémoire avant requête : 5.532 MB Rangées retournées : 1
SELECT `t`.`id`
FROM `bwx48_tags` AS t
INNER JOIN `bwx48_contentitem_tag_map` AS m
ON `m`.`tag_id` = `t`.`id`
AND `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` IN ( 42)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1193 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.m.tag_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.81 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 1.22 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
| 18 | JDatabaseDriver->loadColumn() | JROOT\libraries\src\Helper\TagsHelper.php:506 |
| 17 | Joomla\CMS\Helper\TagsHelper->getTagIds() | JROOT\components\com_c3rbevenement\model\event.php:85 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.72 ms Après la dernière requête : 0.12 ms Mémoire de requête : 0.025 MB mémoire avant requête : 5.545 MB Rangées retournées : 1
SELECT `m`.`tag_id`,`t`.*
FROM `bwx48_contentitem_tag_map` AS m
INNER JOIN `bwx48_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` = 42
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1193 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | 03603-chateauroux.m.tag_id | 1 | 86.11 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.44 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Helper\TagsHelper.php:454 |
| 17 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT\components\com_c3rbevenement\model\event.php:86 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.17 ms Après la dernière requête : 0.06 ms Mémoire de requête : 0.025 MB mémoire avant requête : 5.555 MB Rangées retournées : 1
SELECT *
FROM `bwx48_opac_config`
WHERE `act` = 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 338 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT\components\com_opac\helpers\divers.php:810 |
| 17 | OpacHelperDivers::getValCfg() | JROOT\components\com_c3rbevenement\model\event.php:95 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.45 ms Après la dernière requête : 0.37 ms Mémoire de requête : 0.032 MB mémoire avant requête : 5.574 MB Rangées retournées : 17
SHOW FULL COLUMNS
FROM `bwx48_users`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_users`
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.14 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.05 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 27 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 26 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\src\Table\Table.php:261 |
| 25 | Joomla\CMS\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 24 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\src\Table\User.php:41 |
| 23 | Joomla\CMS\Table\User->__construct() | JROOT\libraries\src\Table\Table.php:328 |
| 22 | Joomla\CMS\Table\Table::getInstance() | JROOT\libraries\src\User\User.php:603 |
| 21 | Joomla\CMS\User\User::getTable() | JROOT\libraries\src\User\User.php:877 |
| 20 | Joomla\CMS\User\User->load() | JROOT\libraries\src\User\User.php:248 |
| 19 | Joomla\CMS\User\User->__construct() | JROOT\libraries\src\User\User.php:301 |
| 18 | Joomla\CMS\User\User::getInstance() | JROOT\libraries\src\Factory.php:266 |
| 17 | Joomla\CMS\Factory::getUser() | JROOT\components\com_c3rbevenement\model\event.php:108 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.13 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.608 MB Rangées retournées : 1
SELECT *
FROM `bwx48_users`
WHERE `id` = 166
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_users | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 22 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\User.php:87 |
| 21 | Joomla\CMS\Table\User->load() | JROOT\libraries\src\User\User.php:880 |
| 20 | Joomla\CMS\User\User->load() | JROOT\libraries\src\User\User.php:248 |
| 19 | Joomla\CMS\User\User->__construct() | JROOT\libraries\src\User\User.php:301 |
| 18 | Joomla\CMS\User\User::getInstance() | JROOT\libraries\src\Factory.php:266 |
| 17 | Joomla\CMS\Factory::getUser() | JROOT\components\com_c3rbevenement\model\event.php:108 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.85 ms Après la dernière requête : 0.53 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.622 MB Rangées retournées : 2
SELECT `g`.`id`,`g`.`title`
FROM `bwx48_usergroups` AS g
INNER JOIN `bwx48_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 166
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | const | 2 | 100.00 | Using index |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.m.group_id | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.69 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 22 | JDatabaseDriver->loadAssocList() | JROOT\libraries\src\Table\User.php:112 |
| 21 | Joomla\CMS\Table\User->load() | JROOT\libraries\src\User\User.php:880 |
| 20 | Joomla\CMS\User\User->load() | JROOT\libraries\src\User\User.php:248 |
| 19 | Joomla\CMS\User\User->__construct() | JROOT\libraries\src\User\User.php:301 |
| 18 | Joomla\CMS\User\User::getInstance() | JROOT\libraries\src\Factory.php:266 |
| 17 | Joomla\CMS\Factory::getUser() | JROOT\components\com_c3rbevenement\model\event.php:108 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.35 ms Après la dernière requête : 0.21 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.631 MB Rangées retournées : 0
SELECT *
FROM bwx48_contact_details
WHERE `user_id` = '166'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_contact_details | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.55 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.66 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT\libraries\windwalker\src\Joomla\Database\JoomlaAdapter.php:100 |
| 20 | Windwalker\Joomla\Database\JoomlaAdapter->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\DataMapper.php:53 |
| 19 | Windwalker\DataMapper\DataMapper->doFind() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:195 |
| 18 | Windwalker\DataMapper\AbstractDataMapper->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:273 |
| 17 | Windwalker\DataMapper\AbstractDataMapper->findOne() | JROOT\components\com_c3rbevenement\model\event.php:112 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.54 ms Après la dernière requête : 0.27 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.644 MB Rangées retournées : 1
SELECT *
FROM bwx48_categories
WHERE `id` = '13'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.40 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT\libraries\windwalker\src\Joomla\Database\JoomlaAdapter.php:100 |
| 21 | Windwalker\Joomla\Database\JoomlaAdapter->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\DataMapper.php:53 |
| 20 | Windwalker\DataMapper\DataMapper->doFind() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:195 |
| 19 | Windwalker\DataMapper\AbstractDataMapper->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:273 |
| 18 | Windwalker\DataMapper\AbstractDataMapper->findOne() | JROOT\libraries\windwalker\src\Model\AbstractAdvancedModel.php:85 |
| 17 | Windwalker\Model\AbstractAdvancedModel->getCategory() | JROOT\components\com_c3rbevenement\model\event.php:133 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.23 ms Après la dernière requête : 0.71 ms Mémoire de requête : 0.027 MB mémoire avant requête : 5.655 MB Rangées retournées : 3
SELECT element, enabled
FROM bwx48_extensions
WHERE element IN('com_opac','com_c3rbagents','com_droppics','com_weblinks')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_extensions | NULL | range | element_clientid,element_folder_clientid | element_clientid | 402 | NULL | 4 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.08 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 22 | JDatabaseDriver->loadAssocList() | JROOT\administrator\components\com_c3rbevenement\src\C3rbevenement\Helper\DependencyHelper.php:16 |
| 21 | C3rbevenement\Helper\DependencyHelper::checkEnabled() | JROOT\administrator\components\com_c3rbevenement\src\init.php:13 |
| 20 | require JROOT\administrator\components\com_c3rbevenement\src\init.php | JROOT\components\com_c3rbevenement\helpers\route.php:7 |
| 19 | include_once JROOT\components\com_c3rbevenement\helpers\route.php | JROOT\libraries\loader.php:260 |
| 18 | JLoader::load() | Même appel que celui de la ligne ci-dessous. |
| 17 | spl_autoload_call() | JROOT\components\com_c3rbevenement\model\event.php:138 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.45 ms Après la dernière requête : 1.25 ms Mémoire de requête : 0.029 MB mémoire avant requête : 5.682 MB Rangées retournées : 9
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `bwx48_categories` AS `c`
WHERE (c.extension='com_c3rbevenement' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | range | cat_idx,idx_access | cat_idx | 207 | NULL | 11 | 100.00 | Using index condition; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.18 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Categories\Categories.php:324 |
| 19 | Joomla\CMS\Categories\Categories->_load() | JROOT\libraries\src\Categories\Categories.php:184 |
| 18 | Joomla\CMS\Categories\Categories->get() | JROOT\components\com_c3rbevenement\helpers\route.php:51 |
| 17 | C3rbevenementHelperRoute::getEventRoute() | JROOT\components\com_c3rbevenement\model\event.php:138 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.85 ms Après la dernière requête : 1.17 ms Mémoire de requête : 0.030 MB mémoire avant requête : 5.734 MB Rangées retournées : 17
SHOW FULL COLUMNS
FROM `bwx48_c3rbevenement_audiences`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_c3rbevenement_audiences`
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.15 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 0.42 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 26 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 25 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\windwalker\src\Table\Table.php:220 |
| 24 | Windwalker\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 23 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\windwalker\src\Table\Table.php:53 |
| 22 | Windwalker\Table\Table->__construct() | JROOT\administrator\components\com_c3rbevenement\table\audience.php:20 |
| 21 | C3rbevenementTableAudience->__construct() | JROOT\libraries\src\Table\Table.php:328 |
| 20 | Joomla\CMS\Table\Table::getInstance() | JROOT\libraries\windwalker\src\Model\Model.php:345 |
| 19 | Windwalker\Model\Model->createTable() | JROOT\libraries\windwalker\src\Model\Model.php:204 |
| 18 | Windwalker\Model\Model->getTable() | JROOT\components\com_c3rbevenement\model\event.php:260 |
| 17 | C3rbevenementModelEvent->loadAudience() | JROOT\components\com_c3rbevenement\model\event.php:146 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.16 ms Après la dernière requête : 0.15 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.768 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_audiences
WHERE `id` = '10'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_audiences | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 20 | Joomla\CMS\Table\Table->load() | JROOT\libraries\windwalker\src\Table\Table.php:95 |
| 19 | Windwalker\Table\Table->load() | JROOT\administrator\components\com_c3rbevenement\table\audience.php:39 |
| 18 | C3rbevenementTableAudience->load() | JROOT\components\com_c3rbevenement\model\event.php:261 |
| 17 | C3rbevenementModelEvent->loadAudience() | JROOT\components\com_c3rbevenement\model\event.php:146 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 8.77 ms Après la dernière requête : 0.56 ms Mémoire de requête : 0.030 MB mémoire avant requête : 5.782 MB Rangées retournées : 15
SHOW FULL COLUMNS
FROM `bwx48_c3rbevenement_sectors`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_c3rbevenement_sectors`
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 8.32 ms |
| checking permissions | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.04 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 26 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 25 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\windwalker\src\Table\Table.php:220 |
| 24 | Windwalker\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 23 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\windwalker\src\Table\Table.php:53 |
| 22 | Windwalker\Table\Table->__construct() | JROOT\administrator\components\com_c3rbevenement\table\sector.php:25 |
| 21 | C3rbevenementTableSector->__construct() | JROOT\libraries\src\Table\Table.php:328 |
| 20 | Joomla\CMS\Table\Table::getInstance() | JROOT\libraries\windwalker\src\Model\Model.php:345 |
| 19 | Windwalker\Model\Model->createTable() | JROOT\libraries\windwalker\src\Model\Model.php:204 |
| 18 | Windwalker\Model\Model->getTable() | JROOT\components\com_c3rbevenement\model\event.php:268 |
| 17 | C3rbevenementModelEvent->loadSector() | JROOT\components\com_c3rbevenement\model\event.php:148 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.15 ms Après la dernière requête : 0.21 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.813 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_sectors
WHERE `id` = '4'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_sectors | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 20 | Joomla\CMS\Table\Table->load() | JROOT\libraries\windwalker\src\Table\Table.php:95 |
| 19 | Windwalker\Table\Table->load() | JROOT\administrator\components\com_c3rbevenement\table\sector.php:44 |
| 18 | C3rbevenementTableSector->load() | JROOT\components\com_c3rbevenement\model\event.php:269 |
| 17 | C3rbevenementModelEvent->loadSector() | JROOT\components\com_c3rbevenement\model\event.php:148 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.97 ms Après la dernière requête : 0.79 ms Mémoire de requête : 0.036 MB mémoire avant requête : 5.827 MB Rangées retournées : 38
SHOW FULL COLUMNS
FROM `bwx48_c3rbevenement_libraries`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_c3rbevenement_libraries`
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.15 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 0.39 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 27 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 26 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 25 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\windwalker\src\Table\Table.php:220 |
| 24 | Windwalker\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 23 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\windwalker\src\Table\Table.php:53 |
| 22 | Windwalker\Table\Table->__construct() | JROOT\administrator\components\com_c3rbevenement\table\library.php:20 |
| 21 | C3rbevenementTableLibrary->__construct() | JROOT\libraries\src\Table\Table.php:328 |
| 20 | Joomla\CMS\Table\Table::getInstance() | JROOT\libraries\windwalker\src\Model\Model.php:345 |
| 19 | Windwalker\Model\Model->createTable() | JROOT\libraries\windwalker\src\Model\Model.php:204 |
| 18 | Windwalker\Model\Model->getTable() | JROOT\components\com_c3rbevenement\model\event.php:320 |
| 17 | C3rbevenementModelEvent->getLocationEvenementLibrary() | JROOT\components\com_c3rbevenement\model\event.php:156 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.18 ms Après la dernière requête : 0.17 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.884 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_libraries
WHERE `id` = '4'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_libraries | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 20 | Joomla\CMS\Table\Table->load() | JROOT\libraries\windwalker\src\Table\Table.php:95 |
| 19 | Windwalker\Table\Table->load() | JROOT\administrator\components\com_c3rbevenement\table\library.php:39 |
| 18 | C3rbevenementTableLibrary->load() | JROOT\components\com_c3rbevenement\model\event.php:321 |
| 17 | C3rbevenementModelEvent->getLocationEvenementLibrary() | JROOT\components\com_c3rbevenement\model\event.php:156 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.39 ms Après la dernière requête : 0.49 ms Mémoire de requête : 0.030 MB mémoire avant requête : 5.898 MB Rangées retournées : 18
SHOW FULL COLUMNS
FROM `bwx48_extensions`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_extensions`
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.11 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.02 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 22 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\src\Table\Table.php:261 |
| 21 | Joomla\CMS\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 20 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\src\Table\Extension.php:32 |
| 19 | Joomla\CMS\Table\Extension->__construct() | JROOT\libraries\src\Table\Table.php:328 |
| 18 | Joomla\CMS\Table\Table::getInstance() | JROOT\components\com_c3rbevenement\helpers\opac.php:15 |
| 17 | C3rbevenementOpacHelper::getVersion() | JROOT\components\com_c3rbevenement\model\event.php:170 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.15 ms Après la dernière requête : 0.09 ms Mémoire de requête : 0.025 MB mémoire avant requête : 5.931 MB Rangées retournées : 1
SELECT *
FROM bwx48_extensions
WHERE `extension_id` = '10000'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 18 | Joomla\CMS\Table\Table->load() | JROOT\components\com_c3rbevenement\helpers\opac.php:16 |
| 17 | C3rbevenementOpacHelper::getVersion() | JROOT\components\com_c3rbevenement\model\event.php:170 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 25.62 ms Après la dernière requête : 0.15 ms Mémoire de requête : 6.099 MB mémoire avant requête : 5.937 MB Rangées retournées : 47630
SELECT `id`,`name`,`type`,`hits`
FROM `bwx48_opac_stoprobot`
WHERE `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_stoprobot | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 47630 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 24.74 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT\components\com_opac\helpers\divers.php:1279 |
| 18 | OpacHelperDivers::is_robot() | JROOT\components\com_opac\helpers\evenements.php:74 |
| 17 | OpacEvenementsHelper::isEventInscription() | JROOT\components\com_c3rbevenement\model\event.php:174 |
| 16 | C3rbevenementModelEvent->getItem() | Même appel que celui de la ligne ci-dessous. |
| 15 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 14 | Windwalker\View\AbstractView->get() | JROOT\libraries\windwalker\src\View\Html\ItemHtmlView.php:60 |
| 13 | Windwalker\View\Html\ItemHtmlView->prepareRender() | JROOT\components\com_c3rbevenement\view\event\html.php:86 |
| 12 | C3rbevenementViewEventHtml->prepareRender() | JROOT\libraries\windwalker\src\View\AbstractView.php:152 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.24 ms Après la dernière requête : 43.02 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.960 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_events
WHERE `id` = '42'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_events | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 20 | Joomla\CMS\Table\Table->load() | JROOT\libraries\windwalker\src\Table\Table.php:95 |
| 19 | Windwalker\Table\Table->load() | JROOT\administrator\components\com_c3rbevenement\table\event.php:42 |
| 18 | C3rbevenementTableEvent->load() | JROOT\libraries\windwalker\src\Model\ItemModel.php:55 |
| 17 | Windwalker\Model\ItemModel->getItem() | JROOT\components\com_c3rbevenement\model\event.php:74 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.53 ms Après la dernière requête : 1.04 ms Mémoire de requête : 0.027 MB mémoire avant requête : 5.978 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_repetitions
WHERE `event_id` = '42'
AND state > 0
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-12-15 21:13:48')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-12-15 21:13:48')
AND ((ISNULL(`end_date`) OR `end_date` = '0000-00-00 00:00:00') OR `end_date` >= NOW())
ORDER BY start_date ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_repetitions | NULL | ALL | cat_index | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2254 | 0.32 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.04 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 1.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT\libraries\windwalker\src\Joomla\Database\JoomlaAdapter.php:100 |
| 20 | Windwalker\Joomla\Database\JoomlaAdapter->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\DataMapper.php:53 |
| 19 | Windwalker\DataMapper\DataMapper->doFind() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:195 |
| 18 | Windwalker\DataMapper\AbstractDataMapper->find() | JROOT\components\com_c3rbevenement\model\event.php:252 |
| 17 | C3rbevenementModelEvent->getRepetitions() | JROOT\components\com_c3rbevenement\model\event.php:80 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.47 ms Après la dernière requête : 0.22 ms Mémoire de requête : 0.025 MB mémoire avant requête : 5.991 MB Rangées retournées : 1
SELECT `t`.`id`
FROM `bwx48_tags` AS t
INNER JOIN `bwx48_contentitem_tag_map` AS m
ON `m`.`tag_id` = `t`.`id`
AND `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` IN ( 42)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1193 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.m.tag_id | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.42 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
| 18 | JDatabaseDriver->loadColumn() | JROOT\libraries\src\Helper\TagsHelper.php:506 |
| 17 | Joomla\CMS\Helper\TagsHelper->getTagIds() | JROOT\components\com_c3rbevenement\model\event.php:85 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.74 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.001 MB Rangées retournées : 1
SELECT `m`.`tag_id`,`t`.*
FROM `bwx48_contentitem_tag_map` AS m
INNER JOIN `bwx48_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` = 42
AND `t`.`published` = 1
AND t.access IN (1,1,5)
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ALL | idx_tag_type | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1193 | 1.00 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | 03603-chateauroux.m.tag_id | 1 | 86.11 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.42 ms |
| end | 0.00 ms |
| query end | 0.02 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Helper\TagsHelper.php:454 |
| 17 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT\components\com_c3rbevenement\model\event.php:86 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.18 ms Après la dernière requête : 0.04 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.011 MB Rangées retournées : 1
SELECT *
FROM `bwx48_opac_config`
WHERE `act` = 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 338 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT\components\com_opac\helpers\divers.php:810 |
| 17 | OpacHelperDivers::getValCfg() | JROOT\components\com_c3rbevenement\model\event.php:95 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.44 ms Après la dernière requête : 0.26 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.021 MB Rangées retournées : 0
SELECT *
FROM bwx48_contact_details
WHERE `user_id` = '166'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_contact_details | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2 | 50.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT\libraries\windwalker\src\Joomla\Database\JoomlaAdapter.php:100 |
| 20 | Windwalker\Joomla\Database\JoomlaAdapter->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\DataMapper.php:53 |
| 19 | Windwalker\DataMapper\DataMapper->doFind() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:195 |
| 18 | Windwalker\DataMapper\AbstractDataMapper->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:273 |
| 17 | Windwalker\DataMapper\AbstractDataMapper->findOne() | JROOT\components\com_c3rbevenement\model\event.php:112 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.34 ms Après la dernière requête : 2.25 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.034 MB Rangées retournées : 1
SELECT *
FROM bwx48_categories
WHERE `id` = '13'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT\libraries\windwalker\src\Joomla\Database\JoomlaAdapter.php:100 |
| 21 | Windwalker\Joomla\Database\JoomlaAdapter->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\DataMapper.php:53 |
| 20 | Windwalker\DataMapper\DataMapper->doFind() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:195 |
| 19 | Windwalker\DataMapper\AbstractDataMapper->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:273 |
| 18 | Windwalker\DataMapper\AbstractDataMapper->findOne() | JROOT\libraries\windwalker\src\Model\AbstractAdvancedModel.php:85 |
| 17 | Windwalker\Model\AbstractAdvancedModel->getCategory() | JROOT\components\com_c3rbevenement\model\event.php:133 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.40 ms Après la dernière requête : 1.08 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.050 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_audiences
WHERE `id` = '10'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_audiences | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 20 | Joomla\CMS\Table\Table->load() | JROOT\libraries\windwalker\src\Table\Table.php:95 |
| 19 | Windwalker\Table\Table->load() | JROOT\administrator\components\com_c3rbevenement\table\audience.php:39 |
| 18 | C3rbevenementTableAudience->load() | JROOT\components\com_c3rbevenement\model\event.php:261 |
| 17 | C3rbevenementModelEvent->loadAudience() | JROOT\components\com_c3rbevenement\model\event.php:146 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.28 ms Après la dernière requête : 0.28 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.064 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_sectors
WHERE `id` = '4'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_sectors | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 20 | Joomla\CMS\Table\Table->load() | JROOT\libraries\windwalker\src\Table\Table.php:95 |
| 19 | Windwalker\Table\Table->load() | JROOT\administrator\components\com_c3rbevenement\table\sector.php:44 |
| 18 | C3rbevenementTableSector->load() | JROOT\components\com_c3rbevenement\model\event.php:269 |
| 17 | C3rbevenementModelEvent->loadSector() | JROOT\components\com_c3rbevenement\model\event.php:148 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.29 ms Après la dernière requête : 0.16 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.081 MB Rangées retournées : 1
SELECT *
FROM bwx48_c3rbevenement_libraries
WHERE `id` = '4'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_c3rbevenement_libraries | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 21 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 20 | Joomla\CMS\Table\Table->load() | JROOT\libraries\windwalker\src\Table\Table.php:95 |
| 19 | Windwalker\Table\Table->load() | JROOT\administrator\components\com_c3rbevenement\table\library.php:39 |
| 18 | C3rbevenementTableLibrary->load() | JROOT\components\com_c3rbevenement\model\event.php:321 |
| 17 | C3rbevenementModelEvent->getLocationEvenementLibrary() | JROOT\components\com_c3rbevenement\model\event.php:156 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.22 ms Après la dernière requête : 0.22 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.096 MB Rangées retournées : 1
SELECT *
FROM bwx48_extensions
WHERE `extension_id` = '10000'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_extensions | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 19 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 18 | Joomla\CMS\Table\Table->load() | JROOT\components\com_c3rbevenement\helpers\opac.php:16 |
| 17 | C3rbevenementOpacHelper::getVersion() | JROOT\components\com_c3rbevenement\model\event.php:170 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 27.40 ms Après la dernière requête : 0.19 ms Mémoire de requête : 6.099 MB mémoire avant requête : 6.103 MB Rangées retournées : 47630
SELECT `id`,`name`,`type`,`hits`
FROM `bwx48_opac_stoprobot`
WHERE `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_stoprobot | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 47630 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 26.43 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT\components\com_opac\helpers\divers.php:1279 |
| 18 | OpacHelperDivers::is_robot() | JROOT\components\com_opac\helpers\evenements.php:74 |
| 17 | OpacEvenementsHelper::isEventInscription() | JROOT\components\com_c3rbevenement\model\event.php:174 |
| 16 | C3rbevenementModelEvent->getItem() | JROOT\libraries\windwalker\src\Model\CrudModel.php:233 |
| 15 | Windwalker\Model\CrudModel->loadFormData() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:119 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 3.23 ms Après la dernière requête : 59.26 ms Mémoire de requête : 0.027 MB mémoire avant requête : 6.251 MB Rangées retournées : 1
SELECT *
FROM bwx48_wf_profiles
WHERE published = 1
ORDER BY ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_wf_profiles | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2 | 50.00 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 1.83 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.77 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_jce\editor\libraries\classes\application.php:284 |
| 23 | WFApplication->getProfiles() | JROOT\components\com_jce\editor\libraries\classes\application.php:210 |
| 22 | WFApplication->getActiveProfile() | JROOT\administrator\components\com_jce\helpers\browser.php:55 |
| 21 | WfBrowserHelper::isMediaFieldEnabled() | JROOT\administrator\components\com_jce\helpers\browser.php:134 |
| 20 | WfBrowserHelper::getMediaFieldOptions() | JROOT\plugins\system\jcepro\src\PluginTraits\MediaFieldTrait.php:223 |
| 19 | PlgSystemJcePro->processMediaFieldForm() | JROOT\plugins\system\jcepro\src\PluginTraits\FormTrait.php:88 |
| 18 | PlgSystemJcePro->onContentPrepareForm() | JROOT\libraries\joomla\event\event.php:70 |
| 17 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 16 | JEventDispatcher->trigger() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:198 |
| 15 | Windwalker\Model\AbstractFormModel->preprocessForm() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:128 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.70 ms Après la dernière requête : 4.85 ms Mémoire de requête : 0.027 MB mémoire avant requête : 6.670 MB Rangées retournées : 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM bwx48_fields AS a
LEFT JOIN `bwx48_languages` AS l
ON l.lang_code = a.language
LEFT JOIN bwx48_users AS uc
ON uc.id=a.checked_out
LEFT JOIN bwx48_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN bwx48_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN bwx48_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_c3rbevenement.event'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | 03603-chateauroux.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.group_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.05 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.20 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| removing tmp table | 0.03 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\MVC\Model\BaseDatabaseModel.php:322 |
| 23 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT\administrator\components\com_fields\models\fields.php:333 |
| 22 | FieldsModelFields->_getList() | JROOT\libraries\src\MVC\Model\ListModel.php:194 |
| 21 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT\administrator\components\com_fields\helpers\fields.php:136 |
| 20 | FieldsHelper::getFields() | JROOT\administrator\components\com_fields\helpers\fields.php:286 |
| 19 | FieldsHelper::prepareForm() | JROOT\plugins\system\fields\fields.php:305 |
| 18 | PlgSystemFields->onContentPrepareForm() | JROOT\libraries\joomla\event\event.php:70 |
| 17 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 16 | JEventDispatcher->trigger() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:198 |
| 15 | Windwalker\Model\AbstractFormModel->preprocessForm() | JROOT\libraries\windwalker\src\Model\AbstractFormModel.php:128 |
| 14 | Windwalker\Model\AbstractFormModel->loadForm() | JROOT\components\com_c3rbevenement\model\event.php:378 |
| 13 | C3rbevenementModelEvent->getForm() | JROOT\components\com_c3rbevenement\view\event\html.php:99 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.20 ms Après la dernière requête : 4.44 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.669 MB Rangées retournées : 1
SELECT *
FROM bwx48_categories
WHERE `id` = '13'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_categories | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT\libraries\windwalker\src\Joomla\Database\JoomlaAdapter.php:100 |
| 19 | Windwalker\Joomla\Database\JoomlaAdapter->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\DataMapper.php:53 |
| 18 | Windwalker\DataMapper\DataMapper->doFind() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:195 |
| 17 | Windwalker\DataMapper\AbstractDataMapper->find() | JROOT\libraries\windwalker\vendor\windwalker\datamapper\AbstractDataMapper.php:273 |
| 16 | Windwalker\DataMapper\AbstractDataMapper->findOne() | JROOT\libraries\windwalker\src\Model\AbstractAdvancedModel.php:85 |
| 15 | Windwalker\Model\AbstractAdvancedModel->getCategory() | Même appel que celui de la ligne ci-dessous. |
| 14 | call_user_func_array() | JROOT\libraries\windwalker\src\View\AbstractView.php:270 |
| 13 | Windwalker\View\AbstractView->get() | JROOT\components\com_c3rbevenement\view\event\html.php:100 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.68 ms Après la dernière requête : 1.75 ms Mémoire de requête : 0.028 MB mémoire avant requête : 6.688 MB Rangées retournées : 46
SELECT `id`,`name`,`rules`,`parent_id`
FROM `bwx48_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acym','com_admin','com_admintools','com_ajax','com_akeeba','com_associations','com_breezingforms','com_c3rbevenement','com_c3rbtools','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_droppics','com_fields','com_finder','com_installer','com_jce','com_jmonitoringslave','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_opac','com_osmap','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_uam','com_users','com_watchfulli','com_wrapper')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 47 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.12 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.38 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Access\Access.php:429 |
| 17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT\libraries\src\Access\Access.php:213 |
| 16 | Joomla\CMS\Access\Access::preload() | JROOT\libraries\src\Access\Access.php:531 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT\libraries\src\Access\Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT\libraries\src\User\User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT\components\com_c3rbevenement\view\event\html.php:177 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 3.41 ms Après la dernière requête : 0.14 ms Mémoire de requête : 0.034 MB mémoire avant requête : 6.754 MB Rangées retournées : 43
SELECT `id`,`name`,`rules`,`parent_id`
FROM `bwx48_assets`
WHERE `name` LIKE 'com_c3rbevenement.%' OR `name` = 'com_c3rbevenement' OR `parent_id` = 0
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_assets | NULL | ALL | idx_asset_name,idx_parent_id | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 6155 | 21.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 3.24 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Access\Access.php:359 |
| 17 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT\libraries\src\Access\Access.php:226 |
| 16 | Joomla\CMS\Access\Access::preload() | JROOT\libraries\src\Access\Access.php:540 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT\libraries\src\Access\Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT\libraries\src\User\User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT\components\com_c3rbevenement\view\event\html.php:177 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.41 ms Après la dernière requête : 0.50 ms Mémoire de requête : 0.027 MB mémoire avant requête : 6.830 MB Rangées retournées : 8
SHOW FULL COLUMNS
FROM `bwx48_assets`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_assets`
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 0.01 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.03 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.02 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 20 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\src\Table\Table.php:261 |
| 19 | Joomla\CMS\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 18 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\src\Table\Asset.php:61 |
| 17 | Joomla\CMS\Table\Asset->__construct() | JROOT\libraries\src\Access\Access.php:783 |
| 16 | Joomla\CMS\Access\Access::getAssetId() | JROOT\libraries\src\Access\Access.php:544 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT\libraries\src\Access\Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT\libraries\src\User\User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT\components\com_c3rbevenement\view\event\html.php:177 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.12 ms Après la dernière requête : 0.08 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.852 MB Rangées retournées : 0
SELECT *
FROM bwx48_assets
WHERE `name` = 'com_c3rbevenement.event.42'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 17 | Joomla\CMS\Table\Table->load() | JROOT\libraries\src\Access\Access.php:784 |
| 16 | Joomla\CMS\Access\Access::getAssetId() | JROOT\libraries\src\Access\Access.php:544 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT\libraries\src\Access\Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT\libraries\src\User\User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT\components\com_c3rbevenement\view\event\html.php:177 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.12 ms Après la dernière requête : 0.66 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.874 MB Rangées retournées : 0
SELECT *
FROM bwx48_assets
WHERE `name` = 'com_c3rbevenement.event.42'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 18 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\Table.php:747 |
| 17 | Joomla\CMS\Table\Table->load() | JROOT\libraries\src\Access\Access.php:784 |
| 16 | Joomla\CMS\Access\Access::getAssetId() | JROOT\libraries\src\Access\Access.php:544 |
| 15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT\libraries\src\Access\Access.php:183 |
| 14 | Joomla\CMS\Access\Access::check() | JROOT\libraries\src\User\User.php:398 |
| 13 | Joomla\CMS\User\User->authorise() | JROOT\components\com_c3rbevenement\view\event\html.php:181 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.14 ms Après la dernière requête : 0.97 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.876 MB Rangées retournées : 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM bwx48_fields AS a
LEFT JOIN `bwx48_languages` AS l
ON l.lang_code = a.language
LEFT JOIN bwx48_users AS uc
ON uc.id=a.checked_out
LEFT JOIN bwx48_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN bwx48_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN bwx48_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `bwx48_fields_categories` AS fc
ON fc.field_id = a.id
WHERE a.context = 'com_c3rbevenement.event'
AND (fc.category_id IS NULL OR fc.category_id IN (13,0))
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | 03603-chateauroux.a.language | 1 | 100.00 | Using where |
| 1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.checked_out | 1 | 100.00 | NULL |
| 1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.access | 1 | 100.00 | Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.created_user_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.group_id | 1 | 100.00 | Using where |
| 1 | SIMPLE | fc | NULL | ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.a.id | 1 | 100.00 | Using where; Using index; Distinct |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.51 ms |
| init | 0.05 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.15 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.03 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\MVC\Model\BaseDatabaseModel.php:322 |
| 21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT\administrator\components\com_fields\models\fields.php:333 |
| 20 | FieldsModelFields->_getList() | JROOT\libraries\src\MVC\Model\ListModel.php:194 |
| 19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT\administrator\components\com_fields\helpers\fields.php:136 |
| 18 | FieldsHelper::getFields() | JROOT\plugins\system\fields\fields.php:495 |
| 17 | PlgSystemFields->onContentPrepare() | JROOT\libraries\joomla\event\event.php:70 |
| 16 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT\libraries\windwalker\src\View\Helper\FrontViewHelper.php:65 |
| 14 | Windwalker\View\Helper\FrontViewHelper::events() | JROOT\components\com_c3rbevenement\view\event\html.php:237 |
| 13 | C3rbevenementViewEventHtml->prepareEvents() | JROOT\components\com_c3rbevenement\view\event\html.php:219 |
| 12 | C3rbevenementViewEventHtml->prepareData() | JROOT\libraries\windwalker\src\View\AbstractView.php:154 |
| 11 | Windwalker\View\AbstractView->render() | JROOT\libraries\windwalker\src\Controller\DisplayController.php:159 |
| 10 | Windwalker\Controller\DisplayController->doExecute() | JROOT\libraries\windwalker\src\Controller\Controller.php:177 |
| 9 | Windwalker\Controller\Controller->execute() | JROOT\libraries\windwalker\src\Component\Component.php:188 |
| 8 | Windwalker\Component\Component->doExecute() | JROOT\libraries\windwalker\src\Component\Component.php:159 |
| 7 | Windwalker\Component\Component->execute() | JROOT\components\com_c3rbevenement\c3rbevenement.php:11 |
| 6 | require_once JROOT\components\com_c3rbevenement\c3rbevenement.php | JROOT\libraries\src\Component\ComponentHelper.php:402 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT\libraries\src\Component\ComponentHelper.php:377 |
| 4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT\libraries\src\Application\SiteApplication.php:194 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.92 ms Après la dernière requête : 10.81 ms Mémoire de requête : 0.021 MB mémoire avant requête : 7.037 MB Rangées retournées : 1
SELECT *
FROM `bwx48_opac_config`
WHERE `act` = 1700
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 338 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT\components\com_opac\helpers\divers.php:810 |
| 10 | OpacHelperDivers::getValCfg() | JROOT\components\com_opac\helpers\urlmedia.php:201 |
| 9 | OpacHelperUrlMedia::add_constantes_js() | JROOT\components\com_opac\helpers\urlmedia.php:173 |
| 8 | OpacHelperUrlMedia::script() | JROOT\plugins\system\opac\opac.php:360 |
| 7 | plgSystemOpac->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.20 ms Après la dernière requête : 1.32 ms Mémoire de requête : 0.020 MB mémoire avant requête : 7.044 MB Rangées retournées : 1
SELECT *
FROM `bwx48_opac_config`
WHERE `act` = 1000
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 338 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 9 | JDatabaseDriver->loadObject() | JROOT\components\com_opac\helpers\divers.php:810 |
| 8 | OpacHelperDivers::getValCfg() | JROOT\plugins\system\opac\opac.php:366 |
| 7 | plgSystemOpac->onAfterDispatch() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\SiteApplication.php:199 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.10 ms Après la dernière requête : 1.23 ms Mémoire de requête : 0.025 MB mémoire avant requête : 7.097 MB Rangées retournées : 12
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM bwx48_modules AS m
LEFT JOIN bwx48_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN bwx48_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2025-12-15 20:13:48')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-12-15 20:13:48')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 405 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | range | PRIMARY,published,newsfeeds | published | 5 | NULL | 50 | 1.60 | Using index condition; Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | 03603-chateauroux.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | 03603-chateauroux.m.id | 1 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.75 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | Même appel que celui de la ligne ci-dessous. |
| 14 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
| 13 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\libraries\src\Helper\ModuleHelper.php:441 |
| 12 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT\libraries\src\Helper\ModuleHelper.php:371 |
| 11 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT\libraries\src\Helper\ModuleHelper.php:87 |
| 10 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT\libraries\src\Document\HtmlDocument.php:601 |
| 9 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT\templates\c3rb_rgaa\layout\header.php:62 |
| 8 | include_once JROOT\templates\c3rb_rgaa\layout\header.php | JROOT\templates\c3rb_rgaa\index.php:45 |
| 7 | require JROOT\templates\c3rb_rgaa\index.php | JROOT\libraries\src\Document\HtmlDocument.php:678 |
| 6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:740 |
| 5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:555 |
| 4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT\libraries\src\Application\CMSApplication.php:1098 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.70 ms Après la dernière requête : 5.24 ms Mémoire de requête : 0.031 MB mémoire avant requête : 7.190 MB Rangées retournées : 36
SHOW FULL COLUMNS
FROM `bwx48_c3rbevenement_repetitions`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_c3rbevenement_repetitions`
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.19 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Opening tables | 0.01 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT\modules\mod_c3rbevenement_calendar\helper\helper.php:61 |
| 13 | ModC3rbevenement_calendarHelper::getSelectList() | JROOT\modules\mod_c3rbevenement_calendar\model\model.php:72 |
| 12 | ModC3rbevenement_calendarModel->getEvents() | JROOT\modules\mod_c3rbevenement_calendar\model\model.php:30 |
| 11 | ModC3rbevenement_calendarModel->getItems() | JROOT\modules\mod_c3rbevenement_calendar\mod_c3rbevenement_calendar.php:17 |
| 10 | include JROOT\modules\mod_c3rbevenement_calendar\mod_c3rbevenement_calendar.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.46 ms Après la dernière requête : 0.15 ms Mémoire de requête : 0.027 MB mémoire avant requête : 7.207 MB Rangées retournées : 26
SHOW FULL COLUMNS
FROM `bwx48_c3rbevenement_events`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `bwx48_c3rbevenement_events`
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.12 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 0.01 ms |
| checking permissions | 0.02 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.06 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| removing tmp table | 0.04 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 14 | JDatabaseDriverMysqli->getTableColumns() | JROOT\modules\mod_c3rbevenement_calendar\helper\helper.php:61 |
| 13 | ModC3rbevenement_calendarHelper::getSelectList() | JROOT\modules\mod_c3rbevenement_calendar\model\model.php:72 |
| 12 | ModC3rbevenement_calendarModel->getEvents() | JROOT\modules\mod_c3rbevenement_calendar\model\model.php:30 |
| 11 | ModC3rbevenement_calendarModel->getItems() | JROOT\modules\mod_c3rbevenement_calendar\mod_c3rbevenement_calendar.php:17 |
| 10 | include JROOT\modules\mod_c3rbevenement_calendar\mod_c3rbevenement_calendar.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 30.85 ms Après la dernière requête : 0.14 ms Mémoire de requête : 2.017 MB mémoire avant requête : 7.222 MB Rangées retournées : 784
SELECT `item`.`id` AS `item_id`,
`item`.`asset_id` AS `item_asset_id`,
`item`.`event_id` AS `item_event_id`,
`item`.`location_type` AS `item_location_type`,
`item`.`location_depot_id` AS `item_location_depot_id`,
`item`.`location_library_id` AS `item_location_library_id`,
`item`.`slots` AS `item_slots`,
`item`.`audience_id` AS `item_audience_id`,
`item`.`sector_id` AS `item_sector_id`,
`item`.`access_condition` AS `item_access_condition`,
`item`.`description` AS `item_description`,
`item`.`start_date` AS `item_start_date`,
`item`.`end_date` AS `item_end_date`,
`item`.`use_time` AS `item_use_time`,
`item`.`recurrence` AS `item_recurrence`,
`item`.`recurrence_parent_id` AS `item_recurrence_parent_id`,
`item`.`recurrence_interval` AS `item_recurrence_interval`,
`item`.`recurrence_freq` AS `item_recurrence_freq`,
`item`.`recurrence_byday` AS `item_recurrence_byday`,
`item`.`recurrence_end` AS `item_recurrence_end`,
`item`.`recurrence_until` AS `item_recurrence_until`,
`item`.`recurrence_count` AS `item_recurrence_count`,
`item`.`duration` AS `item_duration`,
`item`.`created` AS `item_created`,
`item`.`created_by` AS `item_created_by`,
`item`.`modified` AS `item_modified`,
`item`.`modified_by` AS `item_modified_by`,
`item`.`state` AS `item_state`,
`item`.`publish_up` AS `item_publish_up`,
`item`.`publish_down` AS `item_publish_down`,
`item`.`checked_out` AS `item_checked_out`,
`item`.`checked_out_time` AS `item_checked_out_time`,
`item`.`access` AS `item_access`,
`item`.`language` AS `item_language`,
`item`.`params` AS `item_params`,
`item`.`ordering` AS `item_ordering`,
`event`.`id` AS `event_id`,
`event`.`asset_id` AS `event_asset_id`,
`event`.`catid` AS `event_catid`,
`event`.`title` AS `event_title`,
`event`.`type` AS `event_type`,
`event`.`alias` AS `event_alias`,
`event`.`introtext` AS `event_introtext`,
`event`.`fulltext` AS `event_fulltext`,
`event`.`additionalcontent` AS `event_additionalcontent`,
`event`.`additionalcontent2` AS `event_additionalcontent2`,
`event`.`images` AS `event_images`,
`event`.`version` AS `event_version`,
`event`.`created` AS `event_created`,
`event`.`created_by` AS `event_created_by`,
`event`.`modified` AS `event_modified`,
`event`.`modified_by` AS `event_modified_by`,
`event`.`state` AS `event_state`,
`event`.`checked_out` AS `event_checked_out`,
`event`.`checked_out_time` AS `event_checked_out_time`,
`event`.`access` AS `event_access`,
`event`.`featured` AS `event_featured`,
`event`.`language` AS `event_language`,
`event`.`params` AS `event_params`,
`event`.`metakey` AS `event_metakey`,
`event`.`metadesc` AS `event_metadesc`,
`event`.`personalcss` AS `event_personalcss`
FROM bwx48_c3rbevenement_repetitions AS item
LEFT JOIN bwx48_c3rbevenement_events AS event
ON item.event_id = event.id
WHERE (item.publish_up = '0000-00-00 00:00:00' OR item.publish_up <= '2025-12-15 20:13:48')
AND (item.publish_down = '0000-00-00 00:00:00' OR item.publish_down >= '2025-12-15 20:13:48')
AND item.access
IN(1,1,5)
AND item.state > 0
AND event.access
IN(1,1,5)
AND event.state > 0
AND (item.params NOT LIKE '{%"calendar_state":"0"%}' OR item.params IS NULL)
GROUP BY item.event_id, date(item.start_date)
ORDER BY item.start_date, item.end_date
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | item | NULL | ALL | idx_access,cat_index | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2254 | 6.17 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | event | NULL | eq_ref | PRIMARY,idx_access,cat_index | PRIMARY | 4 | 03603-chateauroux.item.event_id | 1 | 97.95 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.12 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 12.50 ms |
| Creating sort index | 17.54 ms |
| end | 0.02 ms |
| query end | 0.01 ms |
| removing tmp table | 0.15 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT\modules\mod_c3rbevenement_calendar\model\model.php:128 |
| 12 | ModC3rbevenement_calendarModel->getEvents() | JROOT\modules\mod_c3rbevenement_calendar\model\model.php:30 |
| 11 | ModC3rbevenement_calendarModel->getItems() | JROOT\modules\mod_c3rbevenement_calendar\mod_c3rbevenement_calendar.php:17 |
| 10 | include JROOT\modules\mod_c3rbevenement_calendar\mod_c3rbevenement_calendar.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 2.45 ms Après la dernière requête : 120.79 ms Mémoire de requête : 0.022 MB mémoire avant requête : 8.086 MB Rangées retournées : 3
SELECT `l`.`id`,`l`.`title`,'c3rbevenement_library' AS `type`
FROM `bwx48_c3rbevenement_libraries` AS `l`
INNER JOIN `bwx48_c3rbevenement_repetitions` AS `r`
ON `r`.`location_library_id` = `l`.`id`
AND `r`.`location_type` = 'c3rbevenement_libraries'
INNER JOIN `bwx48_c3rbevenement_events` AS `e`
ON `e`.`id` = `r`.`event_id`
WHERE `l`.`state` = 1
AND `r`.`state` > 0
AND (`r`.`publish_up` = '0000-00-00 00:00:00' OR `r`.`publish_up` <= '2025-12-15 20:13:48')
AND (`r`.`publish_down` = '0000-00-00 00:00:00' OR `r`.`publish_down` >= '2025-12-15 20:13:48')
AND `r`.`end_date` >= '2025-12-15 20:13:48'
AND `r`.`access`
IN(1,1,5)
AND `e`.`state` > 0
AND `e`.`access`
IN(1,1,5)
GROUP BY `l`.`id`
ORDER BY `l`.`title` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | r | NULL | ALL | idx_access,cat_index | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2254 | 0.23 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | l | NULL | eq_ref | PRIMARY,cat_index | PRIMARY | 4 | 03603-chateauroux.r.location_library_id | 1 | 80.00 | Using index condition; Using where |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY,idx_access,cat_index | PRIMARY | 4 | 03603-chateauroux.r.event_id | 1 | 97.95 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 1.93 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT\modules\mod_c3rbevenement_search\model\model.php:280 |
| 12 | ModC3rbevenement_searchModel->getLocations() | JROOT\modules\mod_c3rbevenement_search\model\model.php:27 |
| 11 | ModC3rbevenement_searchModel->getFilters() | JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php:31 |
| 10 | include JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 1.10 ms Après la dernière requête : 0.13 ms Mémoire de requête : 0.022 MB mémoire avant requête : 8.096 MB Rangées retournées : 0
SELECT `l`.`id`,`l`.`nom` AS `title`,'opac_depot' AS `type`
FROM `bwx48_opac_carte_depots` AS `l`
INNER JOIN `bwx48_c3rbevenement_repetitions` AS `r`
ON `r`.`location_depot_id` = `l`.`id`
AND `r`.`location_type` = 'opac_carte_depots'
INNER JOIN `bwx48_c3rbevenement_events` AS `e`
ON `e`.`id` = `r`.`event_id`
WHERE `l`.`published_annuaire` = 1
AND `l`.`type_depot` < 1000
AND `r`.`state` > 0
AND (`r`.`publish_up` = '0000-00-00 00:00:00' OR `r`.`publish_up` <= '2025-12-15 20:13:48')
AND (`r`.`publish_down` = '0000-00-00 00:00:00' OR `r`.`publish_down` >= '2025-12-15 20:13:48')
AND `r`.`end_date` >= '2025-12-15 20:13:48'
AND `r`.`access`
IN(1,1,5)
AND `e`.`state` > 0
AND `e`.`access`
IN(1,1,5)
GROUP BY `l`.`id`
ORDER BY `title` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | NULL | no matching row in const table |
| Status | Duration |
|---|
| starting | 0.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.86 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT\modules\mod_c3rbevenement_search\model\model.php:280 |
| 12 | ModC3rbevenement_searchModel->getLocations() | JROOT\modules\mod_c3rbevenement_search\model\model.php:27 |
| 11 | ModC3rbevenement_searchModel->getFilters() | JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php:31 |
| 10 | include JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.29 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.022 MB mémoire avant requête : 8.093 MB Rangées retournées : 8
SELECT `cat`.`id`, `cat`.`title`, `cat`.`level`
FROM bwx48_categories as cat
WHERE cat.extension="com_c3rbevenement"
AND cat.published>0
ORDER BY cat.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | cat | NULL | range | cat_idx | cat_idx | 203 | NULL | 8 | 100.00 | Using index condition; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.09 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\modules\mod_c3rbevenement_search\model\model.php:66 |
| 11 | ModC3rbevenement_searchModel->getFilters() | JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php:31 |
| 10 | include JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.19 ms Après la dernière requête : 0.09 ms Mémoire de requête : 0.022 MB mémoire avant requête : 8.104 MB Rangées retournées : 10
SELECT `audience`.`id`, `audience`.`title`
FROM bwx48_c3rbevenement_audiences as audience
WHERE audience.state>=1
ORDER BY audience.ordering
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | audience | NULL | ALL | cat_index | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 10 | 100.00 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\modules\mod_c3rbevenement_search\model\model.php:100 |
| 11 | ModC3rbevenement_searchModel->getFilters() | JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php:31 |
| 10 | include JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.25 ms Après la dernière requête : 0.05 ms Mémoire de requête : 0.023 MB mémoire avant requête : 8.115 MB Rangées retournées : 25
SELECT `sector`.`id`, `sector`.`title`
FROM bwx48_c3rbevenement_sectors as sector
WHERE sector.state>=1
ORDER BY sector.title
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | sector | NULL | ALL | cat_index | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 26 | 96.15 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.02 ms |
| preparing | 0.00 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.11 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\modules\mod_c3rbevenement_search\model\model.php:122 |
| 11 | ModC3rbevenement_searchModel->getFilters() | JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php:31 |
| 10 | include JROOT\modules\mod_c3rbevenement_search\mod_c3rbevenement_search.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.43 ms Après la dernière requête : 17.46 ms Mémoire de requête : 0.026 MB mémoire avant requête : 8.726 MB Rangées retournées : 1
SELECT *
FROM `bwx48_opac_config`
WHERE `act` = 1044
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 338 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 21 | JDatabaseDriver->loadObject() | JROOT\components\com_opac\helpers\divers.php:810 |
| 20 | OpacHelperDivers::getValCfg() | JROOT\components\com_opac\helpers\divers.php:939 |
| 19 | OpacHelperDivers::nettoie_for_sef() | JROOT\components\com_opac\router.php:332 |
| 18 | OpacRouter->build_rapide() | JROOT\components\com_opac\router.php:108 |
| 17 | OpacRouter->build() | JROOT\libraries\src\Router\SiteRouter.php:532 |
| 16 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT\libraries\src\Router\SiteRouter.php:502 |
| 15 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT\libraries\src\Router\Router.php:281 |
| 14 | Joomla\CMS\Router\Router->build() | JROOT\libraries\src\Router\SiteRouter.php:155 |
| 13 | Joomla\CMS\Router\SiteRouter->build() | JROOT\libraries\src\Router\Route.php:144 |
| 12 | Joomla\CMS\Router\Route::link() | JROOT\libraries\src\Router\Route.php:93 |
| 11 | Joomla\CMS\Router\Route::_() | JROOT\modules\mod_opac_rech_rapide\mod_opac_rech_rapide.php:25 |
| 10 | include JROOT\modules\mod_opac_rech_rapide\mod_opac_rech_rapide.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 26.56 ms Après la dernière requête : 0.43 ms Mémoire de requête : 6.096 MB mémoire avant requête : 8.737 MB Rangées retournées : 47630
SELECT `id`,`name`,`type`,`hits`
FROM `bwx48_opac_stoprobot`
WHERE `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_stoprobot | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 47630 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 25.50 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\components\com_opac\helpers\divers.php:1279 |
| 11 | OpacHelperDivers::is_robot() | JROOT\modules\mod_opac_rech_rapide\mod_opac_rech_rapide.php:36 |
| 10 | include JROOT\modules\mod_opac_rech_rapide\mod_opac_rech_rapide.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 26.38 ms Après la dernière requête : 42.32 ms Mémoire de requête : 6.096 MB mémoire avant requête : 8.780 MB Rangées retournées : 47630
SELECT `id`,`name`,`type`,`hits`
FROM `bwx48_opac_stoprobot`
WHERE `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_opac_stoprobot | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 47630 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 25.18 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\components\com_opac\helpers\divers.php:1279 |
| 11 | OpacHelperDivers::is_robot() | JROOT\modules\mod_opac_login\mod_opac_login.php:39 |
| 10 | include JROOT\modules\mod_opac_login\mod_opac_login.php | JROOT\libraries\src\Helper\ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT\libraries\src\Document\Renderer\Html\ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT\libraries\src\Document\Renderer\Html\ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.79 ms Après la dernière requête : 48.03 ms Mémoire de requête : 0.059 MB mémoire avant requête : 9.492 MB Rangées retournées : 279
SELECT *
FROM bwx48_acym_configuration
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_configuration | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 274 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.53 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_acym\Core\joomla\database.php:36 |
| 17 | acym_loadObjectList() | JROOT\administrator\components\com_acym\Classes\ConfigurationClass.php:22 |
| 16 | AcyMailing\Classes\ConfigurationClass->load() | JROOT\administrator\components\com_acym\helpers\global\global.php:53 |
| 15 | acym_config() | JROOT\administrator\components\com_acym\Core\AcymObject.php:13 |
| 14 | AcyMailing\Core\AcymObject->__construct() | JROOT\administrator\components\com_acym\Classes\FormClass.php:19 |
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT\plugins\system\acymtriggers\acymtriggers.php:295 |
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT\libraries\joomla\event\event.php:70 |
| 11 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Document\Renderer\Html\HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT\libraries\src\Document\Renderer\Html\HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.25 ms Après la dernière requête : 0.27 ms Mémoire de requête : 0.025 MB mémoire avant requête : 9.662 MB Rangées retournées : 3
SELECT *
FROM bwx48_acym_list
WHERE type = 'standard'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_list | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 3 | 33.33 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_acym\Core\joomla\database.php:36 |
| 15 | acym_loadObjectList() | JROOT\administrator\components\com_acym\Classes\ListClass.php:503 |
| 14 | AcyMailing\Classes\ListClass->getAllForSelect() | JROOT\administrator\components\com_acym\Classes\FormClass.php:25 |
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT\plugins\system\acymtriggers\acymtriggers.php:295 |
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT\libraries\joomla\event\event.php:70 |
| 11 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Document\Renderer\Html\HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT\libraries\src\Document\Renderer\Html\HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.30 ms Après la dernière requête : 0.37 ms Mémoire de requête : 0.024 MB mémoire avant requête : 9.674 MB Rangées retournées : 3
SELECT *
FROM bwx48_acym_field
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_field | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 3 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.07 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_acym\Core\joomla\database.php:36 |
| 15 | acym_loadObjectList() | JROOT\administrator\components\com_acym\Core\AcymClass.php:63 |
| 14 | AcyMailing\Core\AcymClass->getAll() | JROOT\administrator\components\com_acym\Classes\FormClass.php:28 |
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT\plugins\system\acymtriggers\acymtriggers.php:295 |
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT\libraries\joomla\event\event.php:70 |
| 11 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Document\Renderer\Html\HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT\libraries\src\Document\Renderer\Html\HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.19 ms Après la dernière requête : 0.16 ms Mémoire de requête : 0.023 MB mémoire avant requête : 9.695 MB Rangées retournées : 0
SELECT *
FROM bwx48_acym_form
WHERE active = 1
AND type != 'shortcode'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_form | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT\administrator\components\com_acym\Core\joomla\database.php:36 |
| 14 | acym_loadObjectList() | JROOT\administrator\components\com_acym\Classes\FormClass.php:450 |
| 13 | AcyMailing\Classes\FormClass->getAllFormsToDisplay() | JROOT\plugins\system\acymtriggers\acymtriggers.php:296 |
| 12 | plgSystemAcymtriggers->onBeforeCompileHead() | JROOT\libraries\joomla\event\event.php:70 |
| 11 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 10 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 9 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Document\Renderer\Html\HeadRenderer.php:67 |
| 8 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->fetchHead() | JROOT\libraries\src\Document\Renderer\Html\HeadRenderer.php:38 |
| 7 | Joomla\CMS\Document\Renderer\Html\HeadRenderer->render() | JROOT\libraries\src\Document\HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT\libraries\src\Document\HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT\libraries\src\Document\HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT\libraries\src\Application\CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.23 ms Après la dernière requête : 2.32 ms Mémoire de requête : 0.021 MB mémoire avant requête : 9.999 MB Rangées retournées : 1
SELECT `value`
FROM `bwx48_admintools_storage`
WHERE `key` = 'criticalfiles'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT\plugins\system\admintools\feature\criticalfiles.php:204 |
| 10 | AtsystemFeatureCriticalfiles->load() | JROOT\plugins\system\admintools\feature\criticalfiles.php:32 |
| 9 | AtsystemFeatureCriticalfiles->onAfterRender() | JROOT\plugins\system\admintools\admintools\main.php:308 |
| 8 | plgSystemAdmintools->runFeature() | JROOT\plugins\system\admintools\admintools\main.php:187 |
| 7 | plgSystemAdmintools->onAfterRender() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.77 ms Après la dernière requête : 5.73 ms Mémoire de requête : 0.020 MB mémoire avant requête : 10.184 MB Rangées retournées : 1
SELECT `value`
FROM bwx48_acym_configuration
WHERE `name` LIKE "%regacy" OR `name` LIKE "%\_sub"
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | bwx48_acym_configuration | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 274 | 20.99 | Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.47 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
| 9 | JDatabaseDriver->loadColumn() | JROOT\plugins\system\acymtriggers\acymtriggers.php:436 |
| 8 | plgSystemAcymtriggers->applyRegacy() | JROOT\plugins\system\acymtriggers\acymtriggers.php:315 |
| 7 | plgSystemAcymtriggers->onAfterRender() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
6 × SELECT *
FROM `bwx48_opac_config`
5 × SELECT `id`,`name`,`type`,`hits`
FROM `bwx48_opac_stoprobot`
5 × SELECT `value`
FROM bwx48_acym_configuration
3 × SELECT *
FROM bwx48_categories
2 × SELECT *
FROM bwx48_c3rbevenement_libraries
2 × SELECT *
FROM bwx48_c3rbevenement_sectors
2 × SELECT *
FROM bwx48_c3rbevenement_audiences
2 × SELECT *
FROM bwx48_contact_details
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `bwx48_assets`
2 × SELECT `m`.`tag_id`,`t`.*
FROM `bwx48_contentitem_tag_map` AS m
INNER JOIN `bwx48_tags` AS t
ON `m`.`tag_id` = `t`.`id`
2 × SELECT `t`.`id`
FROM `bwx48_tags` AS t
INNER JOIN `bwx48_contentitem_tag_map` AS m
ON `m`.`tag_id` = `t`.`id`
AND `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` IN ( 42
2 × SELECT *
FROM bwx48_c3rbevenement_repetitions
2 × SELECT *
FROM bwx48_c3rbevenement_events
2 × SELECT *
FROM bwx48_assets
2 × SELECT *
FROM bwx48_extensions
2 × SELECT element, enabled
FROM bwx48_extensions
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `bwx48_extensions`
2 × SELECT `value`
FROM `bwx48_admintools_storage`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM bwx48_modules AS m
LEFT JOIN bwx48_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN bwx48_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM bwx48_fields AS a
LEFT JOIN `bwx48_languages` AS l
ON l.lang_code = a.language
LEFT JOIN bwx48_users AS uc
ON uc.id=a.checked_out
LEFT JOIN bwx48_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN bwx48_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN bwx48_fields_groups AS g
ON g.id = a.group_id
LEFT JOIN `bwx48_fields_categories` AS fc
ON fc.field_id = a.id
1 × SELECT `item`.`id` AS `item_id`, `item`.`asset_id` AS `item_asset_id`, `item`.`event_id` AS `item_event_id`, `item`.`location_type` AS `item_location_type`, `item`.`location_depot_id` AS `item_location_depot_id`, `item`.`location_library_id` AS `item_location_library_id`, `item`.`slots` AS `item_slots`, `item`.`audience_id` AS `item_audience_id`, `item`.`sector_id` AS `item_sector_id`, `item`.`access_condition` AS `item_access_condition`, `item`.`description` AS `item_description`, `item`.`start_date` AS `item_start_date`, `item`.`end_date` AS `item_end_date`, `item`.`use_time` AS `item_use_time`, `item`.`recurrence` AS `item_recurrence`, `item`.`recurrence_parent_id` AS `item_recurrence_parent_id`, `item`.`recurrence_interval` AS `item_recurrence_interval`, `item`.`recurrence_freq` AS `item_recurrence_freq`, `item`.`recurrence_byday` AS `item_recurrence_byday`, `item`.`recurrence_end` AS `item_recurrence_end`, `item`.`recurrence_until` AS `item_recurrence_until`, `item`.`recurrence_count` AS `item_recurrence_count`, `item`.`duration` AS `item_duration`, `item`.`created` AS `item_created`, `item`.`created_by` AS `item_created_by`, `item`.`modified` AS `item_modified`, `item`.`modified_by` AS `item_modified_by`, `item`.`state` AS `item_state`, `item`.`publish_up` AS `item_publish_up`, `item`.`publish_down` AS `item_publish_down`, `item`.`checked_out` AS `item_checked_out`, `item`.`checked_out_time` AS `item_checked_out_time`, `item`.`access` AS `item_access`, `item`.`language` AS `item_language`, `item`.`params` AS `item_params`, `item`.`ordering` AS `item_ordering`, `event`.`id` AS `event_id`, `event`.`asset_id` AS `event_asset_id`, `event`.`catid` AS `event_catid`, `event`.`title` AS `event_title`, `event`.`type` AS `event_type`, `event`.`alias` AS `event_alias`, `event`.`introtext` AS `event_introtext`, `event`.`fulltext` AS `event_fulltext`, `event`.`additionalcontent` AS `event_additionalcontent`, `event`.`additionalcontent2` AS `event_additionalcontent2`, `event`.`images` AS `event_images`, `event`.`version` AS `event_version`, `event`.`created` AS `event_created`, `event`.`created_by` AS `event_created_by`, `event`.`modified` AS `event_modified`, `event`.`modified_by` AS `event_modified_by`, `event`.`state` AS `event_state`, `event`.`checked_out` AS `event_checked_out`, `event`.`checked_out_time` AS `event_checked_out_time`, `event`.`access` AS `event_access`, `event`.`featured` AS `event_featured`, `event`.`language` AS `event_language`, `event`.`params` AS `event_params`, `event`.`metakey` AS `event_metakey`, `event`.`metadesc` AS `event_metadesc`, `event`.`personalcss` AS `event_personalcss`
FROM bwx48_c3rbevenement_repetitions AS item
LEFT JOIN bwx48_c3rbevenement_events AS event
ON item.event_id = event.id
1 × SELECT `l`.`id`,`l`.`title`,'c3rbevenement_library' AS `type`
FROM `bwx48_c3rbevenement_libraries` AS `l`
INNER JOIN `bwx48_c3rbevenement_repetitions` AS `r`
ON `r`.`location_library_id` = `l`.`id`
AND `r`.`location_type` = 'c3rbevenement_libraries'
INNER JOIN `bwx48_c3rbevenement_events` AS `e`
ON `e`.`id` = `r`.`event_id`
1 × SELECT `l`.`id`,`l`.`nom` AS `title`,'opac_depot' AS `type`
FROM `bwx48_opac_carte_depots` AS `l`
INNER JOIN `bwx48_c3rbevenement_repetitions` AS `r`
ON `r`.`location_depot_id` = `l`.`id`
AND `r`.`location_type` = 'opac_carte_depots'
INNER JOIN `bwx48_c3rbevenement_events` AS `e`
ON `e`.`id` = `r`.`event_id`
1 × SELECT `cat`.`id`, `cat`.`title`, `cat`.`level`
FROM bwx48_categories as cat
1 × SELECT `audience`.`id`, `audience`.`title`
FROM bwx48_c3rbevenement_audiences as audience
1 × SELECT `sector`.`id`, `sector`.`title`
FROM bwx48_c3rbevenement_sectors as sector
1 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM bwx48_fields AS a
LEFT JOIN `bwx48_languages` AS l
ON l.lang_code = a.language
LEFT JOIN bwx48_users AS uc
ON uc.id=a.checked_out
LEFT JOIN bwx48_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN bwx48_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN bwx48_fields_groups AS g
ON g.id = a.group_id
1 × SELECT *
FROM bwx48_acym_configuratio
1 × SELECT *
FROM bwx48_acym_list
1 × SELECT *
FROM bwx48_wf_profiles
1 × SELECT *
FROM bwx48_acym_fiel
1 × SELECT `data`
FROM `bwx48_session`
1 × SELECT *
FROM `bwx48_users`
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `bwx48_categories` AS `c`
1 × SELECT `g`.`id`,`g`.`title`
FROM `bwx48_usergroups` AS g
INNER JOIN `bwx48_user_usergroup_map` AS m
ON m.group_id = g.id
1 × SELECT `session_id`
FROM `bwx48_session`
1 × SELECT *
FROM bwx48_languages
1 × SELECT *
FROM `bwx48_admintools_wafblacklists`
1 × SELECT id, home, template, s.params
FROM bwx48_template_styles as s
LEFT JOIN bwx48_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM bwx48_menu AS m
LEFT JOIN bwx48_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `source`,`keepurlparams`
FROM `bwx48_admintools_redirects`
1 × SELECT *
FROM `bwx48_admintools_storage`
1 × SELECT `ip`
FROM `bwx48_admintools_ipblock
1 × SELECT *
FROM `bwx48_admintools_ipautoban`
1 × SELECT *
FROM `bwx48_admintools_wafexceptions`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM bwx48_extensions
1 × SELECT b.id
FROM bwx48_usergroups AS a
LEFT JOIN bwx48_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `bwx48_viewlevels
1 × SELECT *
FROM bwx48_acym_form