Temps de requête : 1.57 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'3676356c3531347176357430346872316470366733636a6c636e'
| 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.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.57 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.85 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.53 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT\libraries\joomla\session\storage\database.php:45 |
| 14 | JSessionStorageDatabase->read() | Même appel que celui de la ligne ci-dessous. |
| 13 | session_start() | JROOT\libraries\joomla\session\handler\native.php:260 |
| 12 | JSessionHandlerNative->doSessionStart() | JROOT\libraries\joomla\session\handler\native.php:50 |
| 11 | JSessionHandlerNative->start() | JROOT\libraries\joomla\session\handler\joomla.php:88 |
| 10 | JSessionHandlerJoomla->start() | JROOT\libraries\src\Session\Session.php:661 |
| 9 | Joomla\CMS\Session\Session->_start() | JROOT\libraries\src\Session\Session.php:621 |
| 8 | Joomla\CMS\Session\Session->start() | JROOT\libraries\src\Session\Session.php:499 |
| 7 | Joomla\CMS\Session\Session->get() | JROOT\libraries\src\Session\Session.php:456 |
| 6 | Joomla\CMS\Session\Session->isNew() | JROOT\libraries\src\Application\CMSApplication.php:826 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT\libraries\src\Application\CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT\libraries\src\Application\SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT\libraries\src\Application\CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT\libraries\src\Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT\index.php:46 |
Temps de requête : 0.13 ms Après la dernière requête : 0.47 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'3676356c3531347176357430346872316470366733636a6c636e'
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 : 0.94 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.058 MB
INSERT INTO `mby5j_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3676356c3531347176357430346872316470366733636a6c636e', 1, 1763306716, 0, '', 0)
EXPLAIN impossible sur la requête : INSERT INTO `mby5j_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3676356c3531347176357430346872316470366733636a6c636e', 1, 1763306716, 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 | 0.79 ms |
| closing tables | 0.01 ms |
| freeing items | 0.53 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 : 1.02 ms Après la dernière requête : 0.49 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.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.54 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.78 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.65 ms Après la dernière requête : 0.60 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.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.51 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.12 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 : 1.17 ms Après la dernière requête : 0.07 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.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.93 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 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.01 ms |
| freeing items | 0.18 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.80 ms Après la dernière requête : 0.13 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.00 ms |
| Creating sort index | 0.59 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 7.15 ms |
| cleaning up | 0.02 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.83 ms Après la dernière requête : 7.03 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.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.56 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.48 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.63 ms Après la dernière requête : 0.41 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.47 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 5.80 ms |
| cleaning up | 0.03 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 : 1.24 ms Après la dernière requête : 12.04 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.07 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.90 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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.66 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.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.48 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.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 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.20 ms Après la dernière requête : 0.38 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.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.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 : 1.19 ms Après la dernière requête : 0.55 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` = 'nous-contacter') OR (`dest` = 'nous-contacter') OR ('nous-contacter' 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.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.83 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.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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.62 ms Après la dernière requête : 0.59 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.05 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.50 ms |
| init | 0.02 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.89 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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.78 ms Après la dernière requête : 0.63 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.49 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.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.58 ms Après la dernière requête : 3.30 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.39 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.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT\components\com_opac\helpers\divers.php:810 |
| 9 | OpacHelperDivers::getValCfg() | JROOT\plugins\system\opac\opac.php:51 |
| 8 | plgSystemOpac->onAfterInitialise() | JROOT\libraries\joomla\event\event.php:70 |
| 7 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 6 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:668 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT\libraries\src\Application\SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.30 ms Après la dernière requête : 8.15 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.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.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 10 | JDatabaseDriver->loadAssocList() | JROOT\administrator\components\com_c3rbevenement\src\C3rbevenement\Helper\DependencyHelper.php:16 |
| 9 | C3rbevenement\Helper\DependencyHelper::checkEnabled() | JROOT\administrator\components\com_c3rbevenement\src\init.php:13 |
| 8 | include_once JROOT\administrator\components\com_c3rbevenement\src\init.php | JROOT\components\com_c3rbevenement\router.php:7 |
| 7 | require_once JROOT\components\com_c3rbevenement\router.php | JROOT\libraries\src\Router\SiteRouter.php:779 |
| 6 | Joomla\CMS\Router\SiteRouter->getComponentRouter() | JROOT\libraries\src\Router\SiteRouter.php:131 |
| 5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT\libraries\src\Application\CMSApplication.php:1142 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT\libraries\src\Application\SiteApplication.php:796 |
| 3 | Joomla\CMS\Application\SiteApplication->route() | JROOT\libraries\src\Application\SiteApplication.php:218 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 0.92 ms Après la dernière requête : 8.35 ms Mémoire de requête : 0.021 MB mémoire avant requête : 3.884 MB Rangées retournées : 1
SELECT *
FROM `mby5j_admintools_wafblacklists`
WHERE `verb` IN('','GET')
AND `option` IN('','com_contact')
AND `view` IN('','contact')
AND `task` IN('','contact.')
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.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.61 ms |
| init | 0.03 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.06 ms |
| Creating sort index | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| removing tmp table | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php: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 : 41.14 ms Après la dernière requête : 2.15 ms Mémoire de requête : 9.146 MB mémoire avant requête : 4.181 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 | 39.83 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 |
|---|
| 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.48 ms Après la dernière requête : 42.40 ms Mémoire de requête : 0.022 MB mémoire avant requête : 5.200 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.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.09 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.05 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.05 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 14 | JDatabaseDriver->loadObject() | JROOT\libraries\src\Helper\LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 12 | call_user_func_array() | JROOT\libraries\src\Cache\Controller\CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT\libraries\src\Helper\LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT\libraries\src\Helper\LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT\libraries\src\Helper\LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT\libraries\src\Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT\libraries\src\Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT\libraries\src\Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT\libraries\src\Application\WebApplication.php:1137 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT\libraries\src\Application\SiteApplication.php:133 |
| 3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT\libraries\src\Application\SiteApplication.php:233 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT\libraries\src\Application\CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
Temps de requête : 2.17 ms Après la dernière requête : 0.12 ms Mémoire de requête : 0.005 MB mémoire avant requête : 5.191 MB
UPDATE `mby5j_extensions`
SET `params` = '{\"mediaversion\":\"d8055c63f3fcfbb8f42d3f40c0c23749\"}'
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.06 ms |
| end | 0.00 ms |
| query end | 1.96 ms |
| closing tables | 0.01 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 : 1.09 ms Après la dernière requête : 0.82 ms Mémoire de requête : 0.019 MB mémoire avant requête : 5.225 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.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.86 ms |
| init | 0.02 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.01 ms |
| Creating sort index | 0.07 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 |
|---|
| 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.44 ms Après la dernière requête : 16.62 ms Mémoire de requête : 0.029 MB mémoire avant requête : 5.427 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.09 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.60 ms |
| init | 0.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.13 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.38 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 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\Access\Access.php:429 |
| 19 | Joomla\CMS\Access\Access::preloadComponents() | JROOT\libraries\src\Access\Access.php:213 |
| 18 | Joomla\CMS\Access\Access::preload() | JROOT\libraries\src\Access\Access.php:531 |
| 17 | Joomla\CMS\Access\Access::getAssetRules() | JROOT\libraries\src\Access\Access.php:183 |
| 16 | Joomla\CMS\Access\Access::check() | JROOT\libraries\src\User\User.php:398 |
| 15 | Joomla\CMS\User\User->authorise() | JROOT\components\com_contact\models\contact.php:62 |
| 14 | ContactModelContact->populateState() | JROOT\libraries\src\MVC\Model\BaseDatabaseModel.php:457 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->getState() | JROOT\components\com_contact\models\contact.php:165 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.76 ms Après la dernière requête : 0.64 ms Mémoire de requête : 0.023 MB mémoire avant requête : 5.495 MB Rangées retournées : 1
SELECT a.*,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM mby5j_contact_details AS a
LEFT JOIN mby5j_categories AS c
on c.id = a.catid
LEFT JOIN mby5j_categories as parent
ON parent.id = c.parent_id
WHERE a.id = 2
AND (a.published = 1 OR a.published =2)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2025-11-16 15:25:16')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2025-11-16 15:25:16')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY,idx_state | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | c | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.08 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 1.35 ms |
| init | 0.05 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 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.05 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT\components\com_contact\models\contact.php:225 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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 : 0.48 ms Mémoire de requête : 0.023 MB mémoire avant requête : 5.524 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_contact.contact'
AND `m`.`content_item_id` = 2
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.90 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.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 |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Helper\TagsHelper.php:454 |
| 13 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT\components\com_contact\models\contact.php:255 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.17 ms Après la dernière requête : 9.58 ms Mémoire de requête : 0.029 MB mémoire avant requête : 5.550 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.05 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.19 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| Opening tables | 0.54 ms |
| checking permissions | 0.03 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| 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.03 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 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\joomla\database\driver\mysqli.php:448 |
| 21 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\src\Table\Table.php:261 |
| 20 | Joomla\CMS\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 19 | Joomla\CMS\Table\Table->__construct() | JROOT\libraries\src\Table\User.php:41 |
| 18 | Joomla\CMS\Table\User->__construct() | JROOT\libraries\src\Table\Table.php:328 |
| 17 | Joomla\CMS\Table\Table::getInstance() | JROOT\administrator\components\com_users\models\user.php:65 |
| 16 | UsersModelUser->getTable() | JROOT\libraries\src\MVC\Model\AdminModel.php:971 |
| 15 | Joomla\CMS\MVC\Model\AdminModel->getItem() | JROOT\administrator\components\com_users\models\user.php:90 |
| 14 | UsersModelUser->getItem() | JROOT\components\com_contact\models\contact.php:395 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT\components\com_contact\models\contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.42 ms Mémoire de requête : 0.025 MB mémoire avant requête : 5.644 MB Rangées retournées : 1
SELECT *
FROM `mby5j_users`
WHERE `id` = 653
| 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.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.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.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1465 |
| 17 | JDatabaseDriver->loadAssoc() | JROOT\libraries\src\Table\User.php:87 |
| 16 | Joomla\CMS\Table\User->load() | JROOT\libraries\src\MVC\Model\AdminModel.php:976 |
| 15 | Joomla\CMS\MVC\Model\AdminModel->getItem() | JROOT\administrator\components\com_users\models\user.php:90 |
| 14 | UsersModelUser->getItem() | JROOT\components\com_contact\models\contact.php:395 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT\components\com_contact\models\contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.66 ms Après la dernière requête : 0.46 ms Mémoire de requête : 0.024 MB mémoire avant requête : 5.655 MB Rangées retournées : 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
WHERE `m`.`user_id` = 653
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 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.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.47 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 17 | JDatabaseDriver->loadAssocList() | JROOT\libraries\src\Table\User.php:112 |
| 16 | Joomla\CMS\Table\User->load() | JROOT\libraries\src\MVC\Model\AdminModel.php:976 |
| 15 | Joomla\CMS\MVC\Model\AdminModel->getItem() | JROOT\administrator\components\com_users\models\user.php:90 |
| 14 | UsersModelUser->getItem() | JROOT\components\com_contact\models\contact.php:395 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT\components\com_contact\models\contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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 : 4.79 ms Mémoire de requête : 0.027 MB mémoire avant requête : 5.694 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.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.49 ms |
| init | 0.01 ms |
| System lock | 0.00 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.05 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 |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT\components\com_jce\editor\libraries\classes\application.php:278 |
| 22 | WFApplication->getProfile() | JROOT\components\com_jce\editor\libraries\classes\application.php:222 |
| 21 | WFApplication->getProfiles() | JROOT\components\com_jce\editor\libraries\classes\application.php:209 |
| 20 | WFApplication->getActiveProfile() | JROOT\administrator\components\com_jce\helpers\browser.php:82 |
| 19 | WfBrowserHelper::getMediaFieldOptions() | JROOT\plugins\system\jcepro\src\PluginTraits\MediaFieldTrait.php:67 |
| 18 | PlgSystemJcePro->getMediaRedirectOptions() | JROOT\plugins\system\jcepro\src\PluginTraits\MediaFieldTrait.php:197 |
| 17 | PlgSystemJcePro->processMediaFieldForm() | JROOT\plugins\system\jcepro\src\PluginTraits\FormTrait.php:61 |
| 16 | PlgSystemJcePro->onContentPrepareForm() | JROOT\libraries\joomla\event\event.php:70 |
| 15 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 14 | JEventDispatcher->trigger() | JROOT\components\com_contact\models\contact.php:411 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT\components\com_contact\models\contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.36 ms Après la dernière requête : 13.53 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.744 MB Rangées retournées : 1
SELECT *
FROM `mby5j_users`
WHERE `id` = 653
| 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.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 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.01 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\User.php:87 |
| 20 | Joomla\CMS\Table\User->load() | JROOT\libraries\src\User\User.php:880 |
| 19 | Joomla\CMS\User\User->load() | JROOT\libraries\src\User\User.php:248 |
| 18 | Joomla\CMS\User\User->__construct() | JROOT\libraries\src\User\User.php:301 |
| 17 | Joomla\CMS\User\User::getInstance() | JROOT\plugins\system\actionlogs\actionlogs.php:168 |
| 16 | PlgSystemActionLogs->onContentPrepareData() | JROOT\libraries\joomla\event\event.php:70 |
| 15 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 14 | JEventDispatcher->trigger() | JROOT\components\com_contact\models\contact.php:414 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT\components\com_contact\models\contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.10 ms Mémoire de requête : 0.026 MB mémoire avant requête : 5.757 MB Rangées retournées : 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
WHERE `m`.`user_id` = 653
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | m | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 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.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.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.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1506 |
| 21 | JDatabaseDriver->loadAssocList() | JROOT\libraries\src\Table\User.php:112 |
| 20 | Joomla\CMS\Table\User->load() | JROOT\libraries\src\User\User.php:880 |
| 19 | Joomla\CMS\User\User->load() | JROOT\libraries\src\User\User.php:248 |
| 18 | Joomla\CMS\User\User->__construct() | JROOT\libraries\src\User\User.php:301 |
| 17 | Joomla\CMS\User\User::getInstance() | JROOT\plugins\system\actionlogs\actionlogs.php:168 |
| 16 | PlgSystemActionLogs->onContentPrepareData() | JROOT\libraries\joomla\event\event.php:70 |
| 15 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 14 | JEventDispatcher->trigger() | JROOT\components\com_contact\models\contact.php:414 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT\components\com_contact\models\contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.09 ms Mémoire de requête : 0.025 MB mémoire avant requête : 5.766 MB Rangées retournées : 2
SELECT b.id
FROM mby5j_user_usergroup_map AS map
LEFT JOIN mby5j_usergroups AS a
ON a.id = map.group_id
LEFT JOIN mby5j_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE map.user_id = 653
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | map | NULL | ref | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using index |
| 1 | SIMPLE | a | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 08901-joigny.map.group_id | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | ALL | idx_usergroup_nested_set_lookup | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 10 | 100.00 | Range checked for each record (index map: 0x10) |
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 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.01 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1550 |
| 20 | JDatabaseDriver->loadColumn() | JROOT\libraries\src\Access\Access.php:980 |
| 19 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT\libraries\src\User\User.php:480 |
| 18 | Joomla\CMS\User\User->getAuthorisedGroups() | JROOT\libraries\src\User\User.php:386 |
| 17 | Joomla\CMS\User\User->authorise() | JROOT\plugins\system\actionlogs\actionlogs.php:168 |
| 16 | PlgSystemActionLogs->onContentPrepareData() | JROOT\libraries\joomla\event\event.php:70 |
| 15 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 14 | JEventDispatcher->trigger() | JROOT\components\com_contact\models\contact.php:414 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT\components\com_contact\models\contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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 : 10.33 ms Après la dernière requête : 0.09 ms Mémoire de requête : 0.025 MB mémoire avant requête : 5.784 MB Rangées retournées : 0
SELECT `notify`,`extensions`
FROM `mby5j_action_logs_users`
WHERE `user_id` = 653
| 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 | 5.73 ms |
| init | 0.02 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 4.46 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT\plugins\system\actionlogs\actionlogs.php:180 |
| 16 | PlgSystemActionLogs->onContentPrepareData() | JROOT\libraries\joomla\event\event.php:70 |
| 15 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 14 | JEventDispatcher->trigger() | JROOT\components\com_contact\models\contact.php:414 |
| 13 | ContactModelContact->buildContactExtendedData() | JROOT\components\com_contact\models\contact.php:291 |
| 12 | ContactModelContact->getItem() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:72 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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 : 3.66 ms Mémoire de requête : 0.028 MB mémoire avant requête : 5.821 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.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.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 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 |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT\components\com_jce\editor\libraries\classes\application.php:278 |
| 23 | WFApplication->getProfile() | JROOT\components\com_jce\editor\libraries\classes\application.php:222 |
| 22 | WFApplication->getProfiles() | JROOT\components\com_jce\editor\libraries\classes\application.php:209 |
| 21 | WFApplication->getActiveProfile() | JROOT\administrator\components\com_jce\helpers\browser.php:82 |
| 20 | WfBrowserHelper::getMediaFieldOptions() | JROOT\plugins\system\jcepro\src\PluginTraits\MediaFieldTrait.php:67 |
| 19 | PlgSystemJcePro->getMediaRedirectOptions() | JROOT\plugins\system\jcepro\src\PluginTraits\MediaFieldTrait.php:197 |
| 18 | PlgSystemJcePro->processMediaFieldForm() | JROOT\plugins\system\jcepro\src\PluginTraits\FormTrait.php:61 |
| 17 | PlgSystemJcePro->onContentPrepareForm() | JROOT\libraries\joomla\event\event.php:70 |
| 16 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 15 | JEventDispatcher->trigger() | JROOT\libraries\src\MVC\Model\FormModel.php:323 |
| 14 | Joomla\CMS\MVC\Model\FormModel->preprocessForm() | JROOT\libraries\src\MVC\Model\FormModel.php:244 |
| 13 | Joomla\CMS\MVC\Model\FormModel->loadForm() | JROOT\components\com_contact\models\contact.php:82 |
| 12 | ContactModelContact->getForm() | JROOT\libraries\src\MVC\View\HtmlView.php:425 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT\components\com_contact\views\contact\view.html.php:84 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.47 ms Après la dernière requête : 6.31 ms Mémoire de requête : 0.024 MB mémoire avant requête : 5.852 MB Rangées retournées : 2
SELECT a.*,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email
FROM `mby5j_contact_details` AS a
LEFT JOIN mby5j_categories AS c
ON c.id = a.catid
LEFT JOIN mby5j_users AS ua
ON ua.id = a.created_by
LEFT JOIN mby5j_users AS uam
ON uam.id = a.modified_by
WHERE a.access IN (1,1,5)
AND a.catid = 4
AND c.access IN (1,1,5)
AND a.published = 1
ORDER BY a.name asc
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | c | NULL | const | PRIMARY,idx_access | PRIMARY | 4 | const | 1 | 100.00 | Utilisation du tri complet de type filesort |
| 1 | SIMPLE | a | NULL | ref | idx_access,idx_state,idx_catid | idx_state | 1 | const | 2 | 100.00 | Using index condition; Using where |
| 1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 08901-joigny.a.created_by | 1 | 100.00 | Using where |
| 1 | SIMPLE | uam | NULL | eq_ref | PRIMARY | PRIMARY | 4 | 08901-joigny.a.modified_by | 1 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.60 ms |
| init | 0.06 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 2.32 ms |
| preparing | 0.03 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.04 ms |
| Creating sort index | 0.15 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 |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\MVC\Model\BaseDatabaseModel.php:322 |
| 13 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT\libraries\src\MVC\Model\ListModel.php:194 |
| 12 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT\components\com_contact\models\category.php:91 |
| 11 | ContactModelCategory->getItems() | JROOT\components\com_contact\views\contact\view.html.php:127 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.32 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.022 MB mémoire avant requête : 5.877 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_contact.contact'
AND `m`.`content_item_id` = 2
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.07 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.03 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 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 |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Helper\TagsHelper.php:454 |
| 12 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT\components\com_contact\models\category.php:107 |
| 11 | ContactModelCategory->getItems() | JROOT\components\com_contact\views\contact\view.html.php:127 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.022 MB mémoire avant requête : 5.888 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_contact.contact'
AND `m`.`content_item_id` = 3
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.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.00 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 13 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Helper\TagsHelper.php:454 |
| 12 | Joomla\CMS\Helper\TagsHelper->getItemTags() | JROOT\components\com_contact\models\category.php:107 |
| 11 | ContactModelCategory->getItems() | JROOT\components\com_contact\views\contact\view.html.php:127 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.51 ms Après la dernière requête : 9.51 ms Mémoire de requête : 0.027 MB mémoire avant requête : 5.970 MB Rangées retournées : 2
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 `s`
INNER JOIN `mby5j_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_contact' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 4
ORDER BY c.lft
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | s | NULL | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | 100.00 | Utilisation du tri complet de type filesort |
| 1 | SIMPLE | c | NULL | ALL | cat_idx,idx_access,idx_left_right | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 23 | 5.29 | 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.04 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.10 ms |
| preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.08 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.00 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT\libraries\src\Categories\Categories.php:324 |
| 22 | Joomla\CMS\Categories\Categories->_load() | JROOT\libraries\src\Categories\Categories.php:184 |
| 21 | Joomla\CMS\Categories\Categories->get() | JROOT\components\com_contact\router.php:68 |
| 20 | ContactRouter->getCategorySegment() | Même appel que celui de la ligne ci-dessous. |
| 19 | call_user_func_array() | JROOT\libraries\src\Component\Router\RouterView.php:120 |
| 18 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT\libraries\src\Component\Router\Rules\MenuRules.php:111 |
| 17 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT\libraries\src\Component\Router\RouterView.php:222 |
| 16 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT\libraries\src\Router\SiteRouter.php:676 |
| 15 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT\libraries\src\Router\Router.php:266 |
| 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\components\com_contact\views\contact\view.html.php:288 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.65 ms Après la dernière requête : 5.80 ms Mémoire de requête : 0.033 MB mémoire avant requête : 5.995 MB Rangées retournées : 43
SHOW FULL COLUMNS
FROM `mby5j_contact_details`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `mby5j_contact_details`
| Status | Duration |
|---|
| starting | 0.03 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.16 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.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.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.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.09 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT\libraries\joomla\database\driver\mysqli.php:448 |
| 16 | JDatabaseDriverMysqli->getTableColumns() | JROOT\libraries\src\Table\Table.php:261 |
| 15 | Joomla\CMS\Table\Table->getFields() | JROOT\libraries\src\Table\Table.php:180 |
| 14 | Joomla\CMS\Table\Table->__construct() | JROOT\administrator\components\com_contact\tables\contact.php:39 |
| 13 | ContactTableContact->__construct() | JROOT\libraries\src\Table\Table.php:328 |
| 12 | Joomla\CMS\Table\Table::getInstance() | JROOT\components\com_contact\models\contact.php:628 |
| 11 | ContactModelContact->hit() | JROOT\components\com_contact\views\contact\view.html.php:370 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.38 ms Après la dernière requête : 1.89 ms Mémoire de requête : 0.006 MB mémoire avant requête : 6.054 MB
UPDATE mby5j_contact_details
SET `hits` = (`hits` + 1)
WHERE `id` = '2'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | UPDATE | mby5j_contact_details | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.06 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.02 ms |
| System lock | 0.04 ms |
| updating | 0.08 ms |
| end | 0.01 ms |
| query end | 2.03 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT\libraries\src\Table\Table.php:1264 |
| 12 | Joomla\CMS\Table\Table->hit() | JROOT\components\com_contact\models\contact.php:629 |
| 11 | ContactModelContact->hit() | JROOT\components\com_contact\views\contact\view.html.php:370 |
| 10 | ContactViewContact->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:664 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT\components\com_contact\controller.php:68 |
| 8 | ContactController->display() | JROOT\libraries\src\MVC\Controller\BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT\components\com_contact\contact.php:29 |
| 6 | require_once JROOT\components\com_contact\contact.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.36 ms Après la dernière requête : 84.17 ms Mémoire de requête : 0.021 MB mémoire avant requête : 6.191 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.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.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.08 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php: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.19 ms Après la dernière requête : 1.61 ms Mémoire de requête : 0.020 MB mémoire avant requête : 6.197 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.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.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.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 : 3.57 ms Après la dernière requête : 1.26 ms Mémoire de requête : 0.025 MB mémoire avant requête : 6.248 MB Rangées retournées : 9
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:25:16')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2025-11-16 15:25:16')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 423 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.17 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 2.15 ms |
| init | 0.08 ms |
| System lock | 0.01 ms |
| optimizing | 0.03 ms |
| statistics | 0.15 ms |
| preparing | 0.04 ms |
| Sorting result | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.69 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.10 ms |
| cleaning up | 0.02 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 : 0.36 ms Après la dernière requête : 10.11 ms Mémoire de requête : 0.026 MB mémoire avant requête : 6.344 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.04 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.11 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.04 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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 : 48.49 ms Après la dernière requête : 0.13 ms Mémoire de requête : 9.147 MB mémoire avant requête : 6.357 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.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 47.05 ms |
| end | 0.02 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 : 40.57 ms Après la dernière requête : 49.96 ms Mémoire de requête : 9.147 MB mémoire avant requête : 6.444 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.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 39.52 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_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 : 1.13 ms Après la dernière requête : 42.92 ms Mémoire de requête : 0.030 MB mémoire avant requête : 6.445 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.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.65 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.00 ms |
| Sending data | 0.20 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.06 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.67 ms Après la dernière requête : 0.18 ms Mémoire de requête : 0.024 MB mémoire avant requête : 6.517 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.49 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.66 ms Après la dernière requête : 0.12 ms Mémoire de requête : 0.024 MB mémoire avant requête : 6.527 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.50 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.63 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.023 MB mémoire avant requête : 6.549 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.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.02 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 |
|---|
| 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.74 ms Mémoire de requête : 0.021 MB mémoire avant requête : 6.607 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.02 ms |
| preparing | 0.00 ms |
| executing | 0.00 ms |
| Sending data | 0.00 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| closing tables | 0.00 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT\libraries\joomla\database\driver.php:1740 |
| 11 | JDatabaseDriver->loadResult() | JROOT\plugins\system\admintools\feature\criticalfiles.php:204 |
| 10 | AtsystemFeatureCriticalfiles->load() | JROOT\plugins\system\admintools\feature\criticalfiles.php:32 |
| 9 | AtsystemFeatureCriticalfiles->onAfterRender() | JROOT\plugins\system\admintools\admintools\main.php:308 |
| 8 | plgSystemAdmintools->runFeature() | JROOT\plugins\system\admintools\admintools\main.php:187 |
| 7 | plgSystemAdmintools->onAfterRender() | JROOT\libraries\joomla\event\event.php:70 |
| 6 | JEvent->update() | JROOT\libraries\joomla\event\dispatcher.php:160 |
| 5 | JEventDispatcher->trigger() | JROOT\libraries\src\Application\BaseApplication.php:108 |
| 4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT\libraries\src\Application\CMSApplication.php:1118 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT\libraries\src\Application\SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT\libraries\src\Application\CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT\index.php:49 |
4 × SELECT *
FROM `mby5j_opac_config`
3 × SELECT `id`,`name`,`type`,`hits`
FROM `mby5j_opac_stoprobot`
3 × 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 `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `mby5j_extensions`
2 × SELECT *
FROM `mby5j_users`
2 × SELECT `value`
FROM `mby5j_admintools_storage`
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
2 × SELECT *
FROM mby5j_wf_profiles
1 × SELECT b.id
FROM mby5j_user_usergroup_map AS map
LEFT JOIN mby5j_usergroups AS a
ON a.id = map.group_id
LEFT JOIN mby5j_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT a.*,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug,
CASE WHEN a.created_by_alias > ' ' THEN a.created_by_alias ELSE ua.name END AS author,ua.email AS author_email
FROM `mby5j_contact_details` AS a
LEFT JOIN mby5j_categories AS c
ON c.id = a.catid
LEFT JOIN mby5j_users AS ua
ON ua.id = a.created_by
LEFT JOIN mby5j_users AS uam
ON uam.id = a.modified_by
1 × SELECT `notify`,`extensions`
FROM `mby5j_action_logs_users`
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `mby5j_assets`
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 `s`
INNER JOIN `mby5j_categories` AS `c`
ON (s.lft <= c.lft
AND c.lft < s.rgt) OR (c.lft < s.lft
AND s.rgt < c.rgt)
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 *
FROM mby5j_acym_configuratio
1 × SELECT *
FROM mby5j_acym_list
1 × SELECT *
FROM mby5j_acym_fiel
1 × SELECT a.*,
CASE WHEN CHAR_LENGTH(a.alias) != 0 THEN CONCAT_WS(':', a.id, a.alias) ELSE a.id END as slug,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as catslug,c.title AS category_title, c.alias AS category_alias, c.access AS category_access,parent.title as parent_title, parent.id as parent_id, parent.path as parent_route, parent.alias as parent_alias
FROM mby5j_contact_details AS a
LEFT JOIN mby5j_categories AS c
on c.id = a.catid
LEFT JOIN mby5j_categories as parent
ON parent.id = c.parent_id
1 × SELECT `data`
FROM `mby5j_session`
1 × SELECT *
FROM mby5j_languages
1 × SELECT `session_id`
FROM `mby5j_session`
1 × SELECT *
FROM `mby5j_admintools_wafblacklists`
1 × SELECT element, enabled
FROM mby5j_extensions
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