Temps de requête : 0.17 ms Mémoire de requête : 0.023 MB mémoire avant requête : 1.038 MB Rangées retournées : 0
SELECT `data`
FROM `mby5j_session`
WHERE `session_id` = X'356b68753735316d64356864616b383938393437387632713561'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_session | NULL | const | PRIMARY | PRIMARY | 194 | 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.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.49 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.12 ms Après la dernière requête : 0.44 ms Mémoire de requête : 0.020 MB mémoire avant requête : 1.052 MB Rangées retournées : 0
SELECT `session_id`
FROM `mby5j_session`
WHERE `session_id` = X'356b68753735316d64356864616b383938393437387632713561'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_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.10 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.29 ms Après la dernière requête : 0.06 ms Mémoire de requête : 0.004 MB mémoire avant requête : 1.057 MB
INSERT INTO `mby5j_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'356b68753735316d64356864616b383938393437387632713561', 1, 1763305275, 0, '', 0)
EXPLAIN impossible sur la requête : INSERT INTO `mby5j_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'356b68753735316d64356864616b383938393437387632713561', 1, 1763305275, 0, '', 0)
| 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 |
| update | 0.06 ms |
| end | 0.00 ms |
| query end | 1.14 ms |
| closing tables | 0.01 ms |
| freeing items | 0.37 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.49 ms Après la dernière requête : 0.33 ms Mémoire de requête : 0.040 MB mémoire avant requête : 1.089 MB Rangées retournées : 45
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `mby5j_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 | mby5j_extensions | NULL | ref | extension | extension | 82 | const | 46 | 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.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.17 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.61 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.13 ms Après la dernière requête : 0.42 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.125 MB Rangées retournées : 5
SELECT id, rules
FROM `mby5j_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_viewlevels | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 5 | 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.00 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.00 ms |
| freeing items | 0.09 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.16 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.137 MB Rangées retournées : 2
SELECT b.id
FROM mby5j_usergroups AS a
LEFT JOIN mby5j_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.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.12 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 : 0.75 ms Après la dernière requête : 0.08 ms Mémoire de requête : 0.031 MB mémoire avant requête : 1.159 MB Rangées retournées : 112
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM mby5j_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 | mby5j_extensions | NULL | ref | extension | extension | 82 | const | 168 | 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.01 ms |
| Creating sort index | 0.56 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.29 ms |
| cleaning up | 0.03 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.31 ms Après la dernière requête : 7.04 ms Mémoire de requête : 0.022 MB mémoire avant requête : 1.596 MB Rangées retournées : 1
SELECT `value`
FROM `mby5j_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 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.06 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 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: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.16 ms Après la dernière requête : 0.38 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.627 MB Rangées retournées : 0
SELECT *
FROM `mby5j_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_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.01 ms |
| init | 0.01 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.02 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 |
|---|
| 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.17 ms Après la dernière requête : 10.45 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.114 MB Rangées retournées : 0
SELECT *
FROM `mby5j_admintools_ipautoban`
WHERE `ip` = '18.97.9.173'
| 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.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 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.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.12 ms Après la dernière requête : 0.04 ms Mémoire de requête : 0.023 MB mémoire avant requête : 2.119 MB Rangées retournées : 37
SELECT `ip`
FROM `mby5j_admintools_ipblock`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_admintools_ipblock | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 37 | 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.01 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.00 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.14 ms Après la dernière requête : 0.33 ms Mémoire de requête : 0.022 MB mémoire avant requête : 2.127 MB Rangées retournées : 1
SELECT *
FROM `mby5j_admintools_storage`
WHERE `key` LIKE 'timestamp_%'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_admintools_storage | NULL | range | PRIMARY | PRIMARY | 402 | NULL | 1 | 100.00 | Using where |
| 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.02 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 |
|---|
| 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.21 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.135 MB Rangées retournées : 0
SELECT `source`,`keepurlparams`
FROM `mby5j_admintools_redirects`
WHERE ((`dest` = 'agenda/12-cafe-lecture') OR (`dest` = 'agenda/12-cafe-lecture') OR ('agenda/12-cafe-lecture' 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 | mby5j_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.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 |
|---|
| 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 : 1.12 ms Après la dernière requête : 0.43 ms Mémoire de requête : 0.085 MB mémoire avant requête : 2.163 MB Rangées retournées : 85
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 mby5j_menu AS m
LEFT JOIN mby5j_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 | 109 | 10.00 | Using index condition; Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 08901-joigny.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.01 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.89 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: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.33 ms Après la dernière requête : 0.59 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.438 MB Rangées retournées : 2
SELECT id, home, template, s.params
FROM mby5j_template_styles as s
LEFT JOIN mby5j_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 | 4 | 1.25 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 202 | 08901-joigny.e.element | 1 | 50.00 | 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.08 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.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\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.20 ms Après la dernière requête : 2.47 ms Mémoire de requête : 0.021 MB mémoire avant requête : 2.701 MB Rangées retournées : 1
SELECT *
FROM `mby5j_opac_config`
WHERE `act` = 279
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 258 | 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.00 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.27 ms Après la dernière requête : 6.64 ms Mémoire de requête : 0.022 MB mémoire avant requête : 3.504 MB Rangées retournées : 3
SELECT element, enabled
FROM mby5j_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 | mby5j_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.01 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 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.00 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.24 ms Après la dernière requête : 9.61 ms Mémoire de requête : 0.021 MB mémoire avant requête : 3.887 MB Rangées retournées : 1
SELECT *
FROM `mby5j_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 | mby5j_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.04 ms |
| Creating sort index | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 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: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 : 39.70 ms Après la dernière requête : 2.62 ms Mémoire de requête : 9.146 MB mémoire avant requête : 4.184 MB Rangées retournées : 71619
SELECT `id`,`name`,`type`,`hits`
FROM `mby5j_opac_stoprobot`
WHERE `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_stoprobot | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 71619 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.41 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 | 38.41 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 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\components\com_opac\helpers\divers.php:1272 |
| 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.38 ms Après la dernière requête : 45.38 ms Mémoire de requête : 0.022 MB mémoire avant requête : 5.203 MB Rangées retournées : 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `mby5j_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 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.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.03 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 : 1.35 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.005 MB mémoire avant requête : 5.193 MB
UPDATE `mby5j_extensions`
SET `params` = '{\"mediaversion\":\"e67634a97d019b8efdf13b222b5536fc\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | mby5j_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.05 ms |
| end | 0.00 ms |
| query end | 1.11 ms |
| closing tables | 0.03 ms |
| freeing items | 0.03 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.33 ms Après la dernière requête : 1.00 ms Mémoire de requête : 0.019 MB mémoire avant requête : 5.240 MB Rangées retournées : 2
SELECT *
FROM mby5j_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 | mby5j_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.05 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.03 ms |
| System lock | 0.01 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.01 ms |
| Creating sort index | 0.09 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 |
|---|
| 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.61 ms Après la dernière requête : 36.34 ms Mémoire de requête : 0.031 MB mémoire avant requête : 6.175 MB Rangées retournées : 26
SHOW FULL COLUMNS
FROM `mby5j_c3rbevenement_events`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `mby5j_c3rbevenement_events`
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.17 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.00 ms |
| executing | 0.01 ms |
| Opening tables | 1.01 ms |
| checking permissions | 0.03 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.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.02 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 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.24 ms Après la dernière requête : 6.10 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.249 MB Rangées retournées : 1
SELECT *
FROM mby5j_c3rbevenement_events
WHERE `id` = '12'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_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.00 ms |
| optimizing | 0.01 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() | 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.31 ms Après la dernière requête : 1.59 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.273 MB Rangées retournées : 0
SELECT *
FROM mby5j_c3rbevenement_repetitions
WHERE `event_id` = '12'
AND state > 0
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-11-16 16:01:15')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-11-16 16:01:15')
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 | mby5j_c3rbevenement_repetitions | NULL | ALL | cat_index | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 292 | 0.72 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.71 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| Creating sort index | 0.18 ms |
| end | 0.00 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 |
|---|
| 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 : 1.39 ms Après la dernière requête : 0.45 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.346 MB Rangées retournées : 0
SELECT `t`.`id`
FROM `mby5j_tags` AS t
INNER JOIN `mby5j_contentitem_tag_map` AS m
ON `m`.`tag_id` = `t`.`id`
AND `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` IN ( 12)
| 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 | 6 | 16.67 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 08901-joigny.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 | 1.19 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.03 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: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.23 ms Après la dernière requête : 0.09 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.359 MB Rangées retournées : 0
SELECT `m`.`tag_id`,`t`.*
FROM `mby5j_contentitem_tag_map` AS m
INNER JOIN `mby5j_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` = 12
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 | 6 | 16.67 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | 08901-joigny.m.tag_id | 1 | 100.00 | 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.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 |
|---|
| 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.16 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.367 MB Rangées retournées : 1
SELECT *
FROM `mby5j_opac_config`
WHERE `act` = 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 258 | 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 | 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 |
|---|
| 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.34 ms Mémoire de requête : 0.031 MB mémoire avant requête : 6.379 MB Rangées retournées : 17
SHOW FULL COLUMNS
FROM `mby5j_users`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `mby5j_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.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.05 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.03 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.15 ms Après la dernière requête : 0.08 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.412 MB Rangées retournées : 1
SELECT *
FROM `mby5j_users`
WHERE `id` = 659
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_users | 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.03 ms |
| cleaning up | 0.00 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.19 ms Après la dernière requête : 0.42 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.429 MB Rangées retournées : 2
SELECT `g`.`id`,`g`.`title`
FROM `mby5j_usergroups` AS g
INNER JOIN `mby5j_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 659
| 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 | 08901-joigny.m.group_id | 1 | 100.00 | NULL |
| 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.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.00 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 : 3.63 ms Après la dernière requête : 0.19 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.439 MB Rangées retournées : 0
SELECT *
FROM mby5j_contact_details
WHERE `user_id` = '659'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_contact_details | 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 | 2.16 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 1.26 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 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\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.74 ms Après la dernière requête : 0.41 ms Mémoire de requête : 0.028 MB mémoire avant requête : 6.458 MB Rangées retournées : 1
SELECT *
FROM mby5j_categories
WHERE `id` = '19'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_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.55 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.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\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 : 4.51 ms Après la dernière requête : 0.85 ms Mémoire de requête : 0.027 MB mémoire avant requête : 6.471 MB Rangées retournées : 3
SELECT element, enabled
FROM mby5j_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 | mby5j_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.08 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.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\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.44 ms Après la dernière requête : 1.42 ms Mémoire de requête : 0.033 MB mémoire avant requête : 6.497 MB Rangées retournées : 11
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 `mby5j_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 | ALL | cat_idx,idx_access | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 23 | 56.52 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.07 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.06 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.13 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 |
|---|
| 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.34 ms Après la dernière requête : 14.29 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.566 MB Rangées retournées : 1
SELECT *
FROM mby5j_c3rbevenement_events
WHERE `id` = '12'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_c3rbevenement_events | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 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.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.01 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 : 0.45 ms Après la dernière requête : 0.49 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.584 MB Rangées retournées : 0
SELECT *
FROM mby5j_c3rbevenement_repetitions
WHERE `event_id` = '12'
AND state > 0
AND (publish_up = '0000-00-00 00:00:00' OR publish_up <= '2025-11-16 16:01:15')
AND (publish_down = '0000-00-00 00:00:00' OR publish_down >= '2025-11-16 16:01:15')
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 | mby5j_c3rbevenement_repetitions | NULL | ALL | cat_index | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 292 | 0.72 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.05 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 | 0.18 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\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 : 0.20 ms Après la dernière requête : 0.15 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.593 MB Rangées retournées : 0
SELECT `t`.`id`
FROM `mby5j_tags` AS t
INNER JOIN `mby5j_contentitem_tag_map` AS m
ON `m`.`tag_id` = `t`.`id`
AND `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` IN ( 12)
| 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 | 6 | 16.67 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 08901-joigny.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.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 |
|---|
| 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.21 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.603 MB Rangées retournées : 0
SELECT `m`.`tag_id`,`t`.*
FROM `mby5j_contentitem_tag_map` AS m
INNER JOIN `mby5j_tags` AS t
ON `m`.`tag_id` = `t`.`id`
WHERE `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` = 12
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 | 6 | 16.67 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | 08901-joigny.m.tag_id | 1 | 100.00 | 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.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 |
|---|
| 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.17 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.611 MB Rangées retournées : 1
SELECT *
FROM `mby5j_opac_config`
WHERE `act` = 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 258 | 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 | 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 |
|---|
| 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.20 ms Après la dernière requête : 0.23 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.620 MB Rangées retournées : 0
SELECT *
FROM mby5j_contact_details
WHERE `user_id` = '659'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_contact_details | 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.02 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.05 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() | 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.16 ms Après la dernière requête : 0.31 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.633 MB Rangées retournées : 1
SELECT *
FROM mby5j_categories
WHERE `id` = '19'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_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.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: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 : 2.82 ms Après la dernière requête : 34.40 ms Mémoire de requête : 0.028 MB mémoire avant requête : 6.762 MB Rangées retournées : 3
SELECT *
FROM mby5j_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 | mby5j_wf_profiles | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 5 | 20.00 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 1.61 ms |
| init | 0.03 ms |
| System lock | 0.01 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.01 ms |
| Creating sort index | 0.88 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT\components\com_jce\editor\libraries\classes\application.php:278 |
| 24 | WFApplication->getProfile() | JROOT\components\com_jce\editor\libraries\classes\application.php:222 |
| 23 | WFApplication->getProfiles() | JROOT\components\com_jce\editor\libraries\classes\application.php:209 |
| 22 | WFApplication->getActiveProfile() | JROOT\administrator\components\com_jce\helpers\browser.php:82 |
| 21 | WfBrowserHelper::getMediaFieldOptions() | JROOT\plugins\system\jcepro\src\PluginTraits\MediaFieldTrait.php:67 |
| 20 | PlgSystemJcePro->getMediaRedirectOptions() | JROOT\plugins\system\jcepro\src\PluginTraits\MediaFieldTrait.php:197 |
| 19 | PlgSystemJcePro->processMediaFieldForm() | JROOT\plugins\system\jcepro\src\PluginTraits\FormTrait.php:61 |
| 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.21 ms Après la dernière requête : 4.25 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.767 MB Rangées retournées : 1
SELECT *
FROM mby5j_categories
WHERE `id` = '19'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_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.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.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\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 : 1.16 ms Après la dernière requête : 4.18 ms Mémoire de requête : 0.028 MB mémoire avant requête : 7.180 MB Rangées retournées : 45
SELECT `id`,`name`,`rules`,`parent_id`
FROM `mby5j_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_acym','com_admin','com_admintools','com_ajax','com_akeeba','com_associations','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 | mby5j_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 46 | 100.00 | Using index condition |
| Status | Duration |
|---|
| starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.50 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.34 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 |
|---|
| 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 : 0.74 ms Après la dernière requête : 0.12 ms Mémoire de requête : 0.026 MB mémoire avant requête : 7.236 MB Rangées retournées : 17
SELECT `id`,`name`,`rules`,`parent_id`
FROM `mby5j_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 | mby5j_assets | NULL | ALL | idx_asset_name,idx_parent_id | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1071 | 23.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.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.57 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.44 ms Après la dernière requête : 5.36 ms Mémoire de requête : 0.027 MB mémoire avant requête : 7.279 MB Rangées retournées : 8
SHOW FULL COLUMNS
FROM `mby5j_assets`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `mby5j_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.01 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.01 ms |
| checking permissions | 0.01 ms |
| Sending data | 0.03 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.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\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.14 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.025 MB mémoire avant requête : 7.301 MB Rangées retournées : 0
SELECT *
FROM mby5j_assets
WHERE `name` = 'com_c3rbevenement.event.12'
| 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.00 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.02 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.65 ms Mémoire de requête : 0.025 MB mémoire avant requête : 7.328 MB Rangées retournées : 0
SELECT *
FROM mby5j_assets
WHERE `name` = 'com_c3rbevenement.event.12'
| 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.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 |
| 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.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 : 0.20 ms Après la dernière requête : 18.72 ms Mémoire de requête : 0.021 MB mémoire avant requête : 7.456 MB Rangées retournées : 1
SELECT *
FROM `mby5j_opac_config`
WHERE `act` = 1700
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 258 | 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.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 |
|---|
| 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.15 ms Après la dernière requête : 1.11 ms Mémoire de requête : 0.020 MB mémoire avant requête : 7.463 MB Rangées retournées : 1
SELECT *
FROM `mby5j_opac_config`
WHERE `act` = 1000
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 258 | 10.00 | Using where |
| 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.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.02 ms |
| cleaning up | 0.00 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.62 ms Après la dernière requête : 1.29 ms Mémoire de requête : 0.025 MB mémoire avant requête : 7.516 MB Rangées retournées : 11
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM mby5j_modules AS m
LEFT JOIN mby5j_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN mby5j_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-11-16 15:01:15')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-16 15:01:15')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 339 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 | 23 | 2.44 | 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 | 08901-joigny.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | 08901-joigny.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.95 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.36 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 |
|---|
| 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:59 |
| 8 | include_once JROOT\templates\c3rb_rgaa\layout\header.php | JROOT\templates\c3rb_rgaa\index.php:47 |
| 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 : 1.32 ms Après la dernière requête : 10.59 ms Mémoire de requête : 0.023 MB mémoire avant requête : 7.624 MB Rangées retournées : 3
SELECT MAX(`tag_id`) AS tag_id, COUNT(*) AS count,MAX(t.title) AS title,MAX(`t`.`access`) AS access,MAX(`t`.`alias`) AS alias,MAX(`t`.`params`) AS params
FROM `mby5j_contentitem_tag_map` AS `m`
INNER JOIN `mby5j_tags` AS `t`
ON `tag_id` = t.id
INNER JOIN `mby5j_ucm_content` AS `c`
ON `m`.`core_content_id` = `c`.`core_content_id`
WHERE `t`.`access` IN (1,1,5)
AND `t`.`published` = 1
AND `m`.`type_alias` = `c`.`core_type_alias`
AND `c`.`core_state` = 1
AND (`c`.`core_access` IN (1,1,5) OR `c`.`core_access` = 0)
AND (`c`.`core_publish_up` = '0000-00-00 00:00:00' OR `c`.`core_publish_up` <= '2025-11-16 15:01:15')
AND (`c`.`core_publish_down` = '0000-00-00 00:00:00' OR `c`.`core_publish_down` >= '2025-11-16 15:01:15')
GROUP BY `tag_id`,`title`,`access`,`alias`
ORDER BY `count` DESC
LIMIT 20
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | ALL | PRIMARY,tag_idx,idx_access,idx_content_type | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 5 | 21.78 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | m | NULL | ref | idx_tag_type,idx_core_content_id | idx_core_content_id | 4 | 08901-joigny.c.core_content_id | 1 | 16.67 | Using where |
| 1 | SIMPLE | t | NULL | eq_ref | PRIMARY,tag_idx,idx_access | PRIMARY | 4 | 08901-joigny.m.tag_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.72 ms |
| init | 0.05 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.08 ms |
| preparing | 0.02 ms |
| Creating tmp table | 0.02 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.21 ms |
| Creating sort index | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.02 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 |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT\modules\mod_tags_popular\helper.php:134 |
| 14 | ModTagsPopularHelper::getList() | Même appel que celui de la ligne ci-dessous. |
| 13 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
| 12 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\libraries\src\Helper\ModuleHelper.php:596 |
| 11 | Joomla\CMS\Helper\ModuleHelper::moduleCache() | JROOT\modules\mod_tags_popular\mod_tags_popular.php:22 |
| 10 | include JROOT\modules\mod_tags_popular\mod_tags_popular.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.49 ms Après la dernière requête : 1.88 ms Mémoire de requête : 0.031 MB mémoire avant requête : 7.619 MB Rangées retournées : 36
SHOW FULL COLUMNS
FROM `mby5j_c3rbevenement_repetitions`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `mby5j_c3rbevenement_repetitions`
| 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.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.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.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.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.02 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.00 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.39 ms Après la dernière requête : 0.17 ms Mémoire de requête : 0.027 MB mémoire avant requête : 7.636 MB Rangées retournées : 26
SHOW FULL COLUMNS
FROM `mby5j_c3rbevenement_events`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `mby5j_c3rbevenement_events`
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.09 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 |
| Opening tables | 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.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 |
| 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.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 : 5.86 ms Après la dernière requête : 0.12 ms Mémoire de requête : 0.371 MB mémoire avant requête : 7.651 MB Rangées retournées : 145
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 mby5j_c3rbevenement_repetitions AS item
LEFT JOIN mby5j_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-11-16 15:01:15')
AND (item.publish_down = '0000-00-00 00:00:00' OR item.publish_down >= '2025-11-16 15:01:15')
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 | 292 | 14.10 | Using where; Using temporary; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | event | NULL | eq_ref | PRIMARY,idx_access,cat_index | PRIMARY | 4 | 08901-joigny.item.event_id | 1 | 62.22 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.10 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.06 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.07 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 2.43 ms |
| Creating sort index | 2.99 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.05 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: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 : 0.20 ms Après la dernière requête : 21.37 ms Mémoire de requête : 0.026 MB mémoire avant requête : 7.845 MB Rangées retournées : 1
SELECT *
FROM `mby5j_opac_config`
WHERE `act` = 1044
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 258 | 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.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.00 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:940 |
| 19 | OpacHelperDivers::nettoie_for_sef() | JROOT\components\com_opac\router.php:331 |
| 18 | OpacRouter->build_rapide() | JROOT\components\com_opac\router.php:107 |
| 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 : 40.47 ms Après la dernière requête : 0.13 ms Mémoire de requête : 9.147 MB mémoire avant requête : 7.856 MB Rangées retournées : 71619
SELECT `id`,`name`,`type`,`hits`
FROM `mby5j_opac_stoprobot`
WHERE `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_stoprobot | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 71619 | 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.00 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 39.59 ms |
| end | 0.01 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 |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT\components\com_opac\helpers\divers.php:1272 |
| 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 : 39.93 ms Après la dernière requête : 48.45 ms Mémoire de requête : 9.147 MB mémoire avant requête : 7.939 MB Rangées retournées : 71619
SELECT `id`,`name`,`type`,`hits`
FROM `mby5j_opac_stoprobot`
WHERE `state` = 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_opac_stoprobot | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 71619 | 10.00 | 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.02 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 38.89 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\components\com_opac\helpers\divers.php:1272 |
| 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.99 ms Après la dernière requête : 45.30 ms Mémoire de requête : 0.030 MB mémoire avant requête : 7.941 MB Rangées retournées : 110
SELECT *
FROM mby5j_acym_configuration
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_acym_configuration | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 110 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.61 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.19 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\administrator\components\com_acym\libraries\joomla\database.php:30 |
| 17 | acym_loadObjectList() | JROOT\administrator\components\com_acym\classes\configuration.php:15 |
| 16 | AcyMailing\Classes\ConfigurationClass->load() | JROOT\administrator\components\com_acym\helpers\global\global.php:37 |
| 15 | acym_config() | JROOT\administrator\components\com_acym\libraries\object.php:14 |
| 14 | AcyMailing\Libraries\acymObject->__construct() | JROOT\administrator\components\com_acym\classes\form.php:21 |
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT\plugins\system\acymtriggers\acymtriggers.php:108 |
| 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.64 ms Après la dernière requête : 0.21 ms Mémoire de requête : 0.024 MB mémoire avant requête : 8.090 MB Rangées retournées : 1
SELECT *
FROM mby5j_acym_list
WHERE type = 'standard'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_acym_list | 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.47 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.03 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\libraries\joomla\database.php:30 |
| 15 | acym_loadObjectList() | JROOT\administrator\components\com_acym\classes\list.php:509 |
| 14 | AcyMailing\Classes\ListClass->getAllForSelect() | JROOT\administrator\components\com_acym\classes\form.php:24 |
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT\plugins\system\acymtriggers\acymtriggers.php:108 |
| 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.62 ms Après la dernière requête : 0.16 ms Mémoire de requête : 0.024 MB mémoire avant requête : 8.101 MB Rangées retournées : 3
SELECT *
FROM mby5j_acym_field
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_acym_field | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 3 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.46 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.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\libraries\joomla\database.php:30 |
| 15 | acym_loadObjectList() | JROOT\administrator\components\com_acym\libraries\class.php:62 |
| 14 | AcyMailing\Libraries\acymClass->getAll() | JROOT\administrator\components\com_acym\classes\form.php:27 |
| 13 | AcyMailing\Classes\FormClass->__construct() | JROOT\plugins\system\acymtriggers\acymtriggers.php:108 |
| 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.61 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.023 MB mémoire avant requête : 8.122 MB Rangées retournées : 0
SELECT *
FROM mby5j_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 | mby5j_acym_form | 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.46 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.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.00 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\libraries\joomla\database.php:30 |
| 14 | acym_loadObjectList() | JROOT\administrator\components\com_acym\classes\form.php:449 |
| 13 | AcyMailing\Classes\FormClass->getAllFormsToDisplay() | JROOT\plugins\system\acymtriggers\acymtriggers.php:109 |
| 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.16 ms Après la dernière requête : 1.67 ms Mémoire de requête : 0.021 MB mémoire avant requête : 8.215 MB Rangées retournées : 1
SELECT `value`
FROM `mby5j_admintools_storage`
WHERE `key` = 'criticalfiles'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | mby5j_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.03 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.03 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\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 |
6 × SELECT *
FROM `mby5j_opac_config`
3 × SELECT `id`,`name`,`type`,`hits`
FROM `mby5j_opac_stoprobot`
3 × SELECT *
FROM mby5j_categories
2 × SELECT *
FROM mby5j_c3rbevenement_events
2 × SELECT *
FROM mby5j_assets
2 × SELECT *
FROM mby5j_c3rbevenement_repetitions
2 × SELECT *
FROM mby5j_contact_details
2 × SELECT element, enabled
FROM mby5j_extensions
2 × SELECT `m`.`tag_id`,`t`.*
FROM `mby5j_contentitem_tag_map` AS m
INNER JOIN `mby5j_tags` AS t
ON `m`.`tag_id` = `t`.`id`
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `mby5j_assets`
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `mby5j_extensions`
2 × SELECT `value`
FROM `mby5j_admintools_storage`
2 × SELECT `t`.`id`
FROM `mby5j_tags` AS t
INNER JOIN `mby5j_contentitem_tag_map` AS m
ON `m`.`tag_id` = `t`.`id`
AND `m`.`type_alias` = 'com_c3rbevenement.event'
AND `m`.`content_item_id` IN ( 12
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM mby5j_modules AS m
LEFT JOIN mby5j_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN mby5j_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT MAX(`tag_id`) AS tag_id, COUNT(*) AS count,MAX(t.title) AS title,MAX(`t`.`access`) AS access,MAX(`t`.`alias`) AS alias,MAX(`t`.`params`) AS params
FROM `mby5j_contentitem_tag_map` AS `m`
INNER JOIN `mby5j_tags` AS `t`
ON `tag_id` = t.id
INNER JOIN `mby5j_ucm_content` AS `c`
ON `m`.`core_content_id` = `c`.`core_content_id`
1 × SELECT *
FROM mby5j_wf_profiles
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 `mby5j_categories` AS `c`
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 mby5j_c3rbevenement_repetitions AS item
LEFT JOIN mby5j_c3rbevenement_events AS event
ON item.event_id = event.id
1 × SELECT *
FROM mby5j_acym_configuratio
1 × SELECT *
FROM mby5j_acym_list
1 × SELECT *
FROM mby5j_acym_fiel
1 × SELECT `g`.`id`,`g`.`title`
FROM `mby5j_usergroups` AS g
INNER JOIN `mby5j_user_usergroup_map` AS m
ON m.group_id = g.id
1 × SELECT `data`
FROM `mby5j_session`
1 × SELECT *
FROM `mby5j_users`
1 × SELECT `session_id`
FROM `mby5j_session`
1 × SELECT *
FROM mby5j_languages
1 × SELECT *
FROM `mby5j_admintools_wafblacklists`
1 × SELECT id, home, template, s.params
FROM mby5j_template_styles as s
LEFT JOIN mby5j_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 mby5j_menu AS m
LEFT JOIN mby5j_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `source`,`keepurlparams`
FROM `mby5j_admintools_redirects`
1 × SELECT *
FROM `mby5j_admintools_storage`
1 × SELECT `ip`
FROM `mby5j_admintools_ipblock
1 × SELECT *
FROM `mby5j_admintools_ipautoban`
1 × SELECT *
FROM `mby5j_admintools_wafexceptions`
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM mby5j_extensions
1 × SELECT b.id
FROM mby5j_usergroups AS a
LEFT JOIN mby5j_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `mby5j_viewlevels
1 × SELECT *
FROM mby5j_acym_form