Temps de requête : 1.04 ms Mémoire de requête : 0.022 MB mémoire avant requête : 3.899 MB Rangées retournées : 0
SELECT `data`
FROM `editionslac_session`
WHERE `session_id` = X'3136623636376564623331313661393930323265363031633637326232303661'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.02 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.16 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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:52 |
Temps de requête : 0.85 ms Après la dernière requête : 0.82 ms Mémoire de requête : 0.020 MB mémoire avant requête : 3.993 MB Rangées retournées : 0
SELECT `session_id`
FROM `editionslac_session`
WHERE `session_id` = X'3136623636376564623331313661393930323265363031633637326232303661'
LIMIT 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 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.02 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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:52 |
Temps de requête : 2.75 ms Après la dernière requête : 0.06 ms Mémoire de requête : 0.003 MB mémoire avant requête : 3.998 MB
INSERT INTO `editionslac_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'3136623636376564623331313661393930323265363031633637326232303661', 1, 1789918244, 0, '', 0)
EXPLAIN impossible sur la requête : INSERT INTO `editionslac_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'3136623636376564623331313661393930323265363031633637326232303661', 1, 1789918244, 0, '', 0)
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| update | 0.07 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 1.84 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
| 7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
| 4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
| 3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:52 |
Temps de requête : 1.09 ms Après la dernière requête : 1.78 ms Mémoire de requête : 0.021 MB mémoire avant requête : 4.185 MB Rangées retournées : 45
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `editionslac_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 | editionslac_extensions | NULL | ref | extension | extension | 62 | const | 47 | 1.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.14 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 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:55 |
Temps de requête : 0.86 ms Après la dernière requête : 1.64 ms Mémoire de requête : 0.020 MB mémoire avant requête : 4.425 MB Rangées retournées : 5
SELECT id, rules
FROM `editionslac_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_viewlevels | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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:55 |
Temps de requête : 0.90 ms Après la dernière requête : 0.14 ms Mémoire de requête : 0.020 MB mémoire avant requête : 4.435 MB Rangées retournées : 2
SELECT b.id
FROM editionslac_usergroups AS a
LEFT JOIN editionslac_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 | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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: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:55 |
Temps de requête : 1.47 ms Après la dernière requête : 0.53 ms Mémoire de requête : 0.023 MB mémoire avant requête : 4.502 MB Rangées retournées : 151
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM editionslac_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 | editionslac_extensions | NULL | ref | extension | extension | 62 | const | 266 | 0.60 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.54 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/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:55 |
Temps de requête : 0.94 ms Après la dernière requête : 10.24 ms Mémoire de requête : 0.021 MB mémoire avant requête : 5.998 MB Rangées retournées : 1
SELECT `value`
FROM `editionslac_admintools_storage`
WHERE `key` = 'cparams'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_admintools_storage | NULL | const | PRIMARY | PRIMARY | 402 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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:55 |
Temps de requête : 0.86 ms Après la dernière requête : 1.04 ms Mémoire de requête : 0.021 MB mémoire avant requête : 6.127 MB Rangées retournées : 0
SELECT *
FROM `editionslac_admintools_wafexceptions`
WHERE NOT(`option` LIKE 'com_%')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_admintools_wafexceptions | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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:55 |
Temps de requête : 0.92 ms Après la dernière requête : 6.60 ms Mémoire de requête : 0.022 MB mémoire avant requête : 7.582 MB Rangées retournées : 1
SELECT *
FROM `editionslac_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_nextend2_section_storage | NULL | ref | application,application_2 | application | 284 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 12 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 11 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 10 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
| 9 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
| 8 | Nextend\SmartSlider3\Settings::get() | JROOT/plugins/system/smartslider3/smartslider3.php:16 |
| 7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 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:55 |
Temps de requête : 0.91 ms Après la dernière requête : 15.81 ms Mémoire de requête : 0.021 MB mémoire avant requête : 9.564 MB Rangées retournées : 0
SELECT `source`,`keepurlparams`
FROM `editionslac_admintools_redirects`
WHERE ((`dest` = 'index.php/hikashop-menu-for-module-244/categorie/51-protestants') OR (`dest` = 'index.php/hikashop-menu-for-module-244/categorie/51-protestants') OR ('index.php/hikashop-menu-for-module-244/categorie/51-protestants' 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 | editionslac_admintools_redirects | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 1 | 100.00 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 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:55 |
Temps de requête : 0.99 ms Après la dernière requête : 13.53 ms Mémoire de requête : 0.024 MB mémoire avant requête : 12.048 MB Rangées retournées : 1
SELECT id,template
FROM editionslac_template_styles
WHERE client_id=0
AND home=1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_template_styles | NULL | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 16 | 10.00 | Using where |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 17 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_widgetkit/widgetkit.php:23 |
| 16 | plgSystemWidgetkit_zoo->{closure}() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Container.php:240 |
| 15 | YOOtheme\Framework\Container->offsetGet() | JROOT/administrator/components/com_widgetkit/src/Application.php:49 |
| 14 | YOOtheme\Widgetkit\Application->YOOtheme\Widgetkit\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 13 | call_user_func_array() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Event/EventDispatcher.php:113 |
| 12 | YOOtheme\Framework\Event\EventDispatcher->trigger() | JROOT/administrator/components/com_widgetkit/vendor/yootheme/framework/src/Application.php:149 |
| 11 | YOOtheme\Framework\Application->boot() | JROOT/administrator/components/com_widgetkit/widgetkit.php:67 |
| 10 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:6 |
| 9 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/system/widgetkit_zoo/widgetkit_zoo.php:9 |
| 8 | plgSystemWidgetkit_zoo->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:55 |
Temps de requête : 1.80 ms Après la dernière requête : 12.55 ms Mémoire de requête : 0.076 MB mémoire avant requête : 14.467 MB Rangées retournées : 363
SELECT *
FROM editionslac_hikashop_config
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_hikashop_config | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 363 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.00 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.31 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.01 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/administrator/components/com_hikashop/classes/config.php:17 |
| 12 | hikashopConfigClass->load() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1565 |
| 11 | hikashop_config() | JROOT/administrator/components/com_hikashop/helpers/helper.php:4086 |
| 10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:194 |
| 9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:72 |
| 8 | plgSystemHikashopgeolocation->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:55 |
Temps de requête : 1.00 ms Après la dernière requête : 32.95 ms Mémoire de requête : 0.024 MB mémoire avant requête : 19.625 MB Rangées retournées : 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `editionslac_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 364 | const,const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.04 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 20 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 19 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 16 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 15 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 14 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 11 | Joomla\CMS\Factory::getDocument() | JROOT/administrator/components/com_hikashop/helpers/helper.php:4258 |
| 10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:194 |
| 9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:72 |
| 8 | plgSystemHikashopgeolocation->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:55 |
Temps de requête : 0.98 ms Après la dernière requête : 0.13 ms Mémoire de requête : 0.007 MB mémoire avant requête : 19.618 MB
UPDATE `editionslac_extensions`
SET `params` = '{\"mediaversion\":\"f996d7cabcf28a3c2e51e505fe3d5806\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN impossible sur la requête : UPDATE `editionslac_extensions`
SET `params` = '{\"mediaversion\":\"f996d7cabcf28a3c2e51e505fe3d5806\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.08 ms |
| updating | 0.03 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 15 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 14 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 11 | Joomla\CMS\Factory::getDocument() | JROOT/administrator/components/com_hikashop/helpers/helper.php:4258 |
| 10 | include_once JROOT/administrator/components/com_hikashop/helpers/helper.php | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:194 |
| 9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:72 |
| 8 | plgSystemHikashopgeolocation->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:55 |
Temps de requête : 39.56 ms Après la dernière requête : 1.54 ms Mémoire de requête : 0.021 MB mémoire avant requête : 19.798 MB Rangées retournées : 1
SELECT *
FROM editionslac_hikashop_geolocation
WHERE geolocation_ip ='216.73.217.93'
AND geolocation_type IN ('visit', 'bot')
ORDER BY geolocation_created DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_hikashop_geolocation | NULL | ALL | geolocation_type | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 80298 | 5.00 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 38.56 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 11 | JDatabaseDriver->loadObject() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:220 |
| 10 | plgSystemHikashopgeolocation->getZone() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:196 |
| 9 | plgSystemHikashopgeolocation->process() | JROOT/plugins/system/hikashopgeolocation/hikashopgeolocation.php:72 |
| 8 | plgSystemHikashopgeolocation->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:55 |
Temps de requête : 0.96 ms Après la dernière requête : 1.02 ms Mémoire de requête : 0.021 MB mémoire avant requête : 19.876 MB Rangées retournées : 1
SELECT *
FROM editionslac_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 | editionslac_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.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.03 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 12 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 11 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/route66/lib/router.php:48 |
| 10 | Route66SefRouter->setLanguage() | JROOT/plugins/system/route66/lib/router.php:35 |
| 9 | Route66SefRouter->__construct() | JROOT/plugins/system/route66/route66.php:39 |
| 8 | plgSystemRoute66->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:55 |
Temps de requête : 1.41 ms Après la dernière requête : 0.58 ms Mémoire de requête : 0.040 MB mémoire avant requête : 19.947 MB Rangées retournées : 29
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 editionslac_menu AS m
LEFT JOIN editionslac_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 | ALL | idx_client_id_parent_id_alias_language | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 211 | 6.73 | Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | dbs14181278.m.component_id | 1 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.13 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.02 ms |
| executing | 0.30 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Même appel que celui de la ligne ci-dessous. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/plugins/system/route66/lib/router.php:100 |
| 10 | Route66SefRouter->setMenu() | JROOT/plugins/system/route66/lib/router.php:36 |
| 9 | Route66SefRouter->__construct() | JROOT/plugins/system/route66/route66.php:39 |
| 8 | plgSystemRoute66->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:55 |
Temps de requête : 2.38 ms Après la dernière requête : 7.90 ms Mémoire de requête : 0.037 MB mémoire avant requête : 20.897 MB Rangées retournées : 16
SELECT id, home, template, s.params
FROM editionslac_template_styles as s
LEFT JOIN editionslac_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 | 62 | const | 5 | 1.00 | Using index condition; Using where |
| 1 | SIMPLE | s | NULL | ref | idx_template,idx_client_id,idx_client_id_home | idx_template | 152 | dbs14181278.e.element | 3 | 88.89 | Using index condition; Using where |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.27 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.05 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/t3/includes/core/t3.php:353 |
| 9 | T3::detect() | JROOT/plugins/system/t3/t3.php:87 |
| 8 | plgSystemT3->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:55 |
Temps de requête : 1.06 ms Après la dernière requête : 5.87 ms Mémoire de requête : 0.023 MB mémoire avant requête : 21.373 MB Rangées retournées : 1
SELECT params
FROM editionslac_menu
WHERE id = 517
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.04 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/helpers/module.php:205 |
| 15 | hikashopModuleHelper->_getParams() | JROOT/administrator/components/com_hikashop/helpers/module.php:15 |
| 14 | hikashopModuleHelper->initialize() | JROOT/components/com_hikashop/views/category/view.html.php:38 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.18 ms Après la dernière requête : 0.94 ms Mémoire de requête : 0.024 MB mémoire avant requête : 21.559 MB Rangées retournées : 1
SELECT *
FROM editionslac_menu
WHERE id = '517'
LIMIT 0, 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_menu | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.10 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.04 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3125 |
| 17 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/menus.php:21 |
| 16 | hikashopMenusClass->get() | JROOT/administrator/components/com_hikashop/helpers/module.php:250 |
| 15 | hikashopModuleHelper->_getParams() | JROOT/administrator/components/com_hikashop/helpers/module.php:15 |
| 14 | hikashopModuleHelper->initialize() | JROOT/components/com_hikashop/views/category/view.html.php:38 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.99 ms Après la dernière requête : 0.35 ms Mémoire de requête : 0.023 MB mémoire avant requête : 21.588 MB Rangées retournées : 1
SELECT *
FROM editionslac_hikashop_category
WHERE category_id = '51'
LIMIT 0, 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.03 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.01 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 16 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3125 |
| 15 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:38 |
| 14 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/category/view.html.php:153 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.27 ms Après la dernière requête : 0.15 ms Mémoire de requête : 0.022 MB mémoire avant requête : 21.598 MB Rangées retournées : 1
SELECT category_id
FROM editionslac_hikashop_category
WHERE (category_access = 'all' OR category_access LIKE '%,9,%')
AND category_published = 1
AND category_type='product'
AND category_id IN ('51')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.06 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.04 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.08 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 14 | JDatabaseDriver->loadColumn() | JROOT/components/com_hikashop/views/category/view.html.php:187 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 3.63 ms Après la dernière requête : 0.81 ms Mémoire de requête : 0.022 MB mémoire avant requête : 21.628 MB Rangées retournées : 0
SELECT a.*
FROM editionslac_hikashop_category AS a
WHERE a.category_parent_id = 51
AND a.category_published=1
AND (a.category_access = 'all' OR a.category_access LIKE '%,9,%')
ORDER BY a.category_ordering ASC
LIMIT 0, 6
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 3726 | 0.20 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 2.65 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:613 |
| 14 | hikashopCategoryClass->getChildren() | JROOT/components/com_hikashop/views/category/view.html.php:305 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.83 ms Après la dernière requête : 0.08 ms Mémoire de requête : 0.022 MB mémoire avant requête : 21.634 MB Rangées retournées : 1
SELECT COUNT(*)
FROM editionslac_hikashop_category AS a
WHERE a.category_parent_id = 51
AND a.category_published=1
AND (a.category_access = 'all' OR a.category_access LIKE '%,9,%')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 3726 | 0.20 | Using where |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.01 ms |
| preparing | 0.01 ms |
| executing | 0.97 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 14 | JDatabaseDriver->loadResult() | JROOT/components/com_hikashop/views/category/view.html.php:310 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.27 ms Après la dernière requête : 2.59 ms Mémoire de requête : 0.022 MB mémoire avant requête : 21.915 MB Rangées retournées : 1
SELECT a.*,b.*
FROM editionslac_hikashop_category AS a
LEFT JOIN editionslac_hikashop_file AS b
ON a.category_id = b.file_ref_id
AND b.file_type = 'category'
WHERE a.category_id = 51
LIMIT 1
| 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 | ref | file_type | file_type | 767 | const | 116 | 100.00 | Using where |
| Status | Duration |
|---|
| starting | 0.08 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.15 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 15 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/classes/category.php:36 |
| 14 | hikashopCategoryClass->get() | JROOT/components/com_hikashop/views/category/view.html.php:388 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.91 ms Après la dernière requête : 4.88 ms Mémoire de requête : 0.023 MB mémoire avant requête : 22.655 MB Rangées retournées : 1
SELECT hk_parent.category_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id = 51
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:508 |
| 15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:197 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:394 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.86 ms Après la dernière requête : 0.04 ms Mémoire de requête : 0.024 MB mémoire avant requête : 22.666 MB Rangées retournées : 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (36)
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:508 |
| 15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:197 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:394 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.84 ms Après la dernière requête : 0.03 ms Mémoire de requête : 0.024 MB mémoire avant requête : 22.676 MB Rangées retournées : 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (13)
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:508 |
| 15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:197 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:394 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.89 ms Après la dernière requête : 0.04 ms Mémoire de requête : 0.024 MB mémoire avant requête : 22.687 MB Rangées retournées : 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (2)
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 19 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:508 |
| 15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:197 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:394 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.17 ms Après la dernière requête : 0.10 ms Mémoire de requête : 0.025 MB mémoire avant requête : 22.698 MB Rangées retournées : 1
SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (1)
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 20 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 19 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/field.php:508 |
| 15 | hikashopFieldClass->getCategories() | JROOT/administrator/components/com_hikashop/classes/field.php:197 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:394 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.02 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.023 MB mémoire avant requête : 22.704 MB Rangées retournées : 0
SELECT *
FROM editionslac_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_frontcomp` = 1
AND a.field_table='category'
AND (a.field_access = 'all' OR a.field_access LIKE '%,9,%')
AND ((field_with_sub_categories = 0
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,51,%'))OR (field_with_sub_categories = 1
AND (field_categories = "all" OR field_categories = "" OR field_categories LIKE '%,1,%' OR field_categories LIKE '%,2,%' OR field_categories LIKE '%,13,%' OR field_categories LIKE '%,36,%' OR field_categories LIKE '%,51,%')))
ORDER BY a.`field_ordering` ASC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 39 | 2.56 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.04 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.01 ms |
| preparing | 0.02 ms |
| executing | 0.05 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/field.php:176 |
| 15 | hikashopFieldClass->getData() | JROOT/administrator/components/com_hikashop/classes/field.php:198 |
| 14 | hikashopFieldClass->getFields() | JROOT/components/com_hikashop/views/category/view.html.php:394 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.13 ms Après la dernière requête : 2.28 ms Mémoire de requête : 0.024 MB mémoire avant requête : 22.912 MB Rangées retournées : 1
SELECT *
FROM editionslac_hikashop_category
WHERE category_id = '13'
LIMIT 0, 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.10 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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 |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3125 |
| 17 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:38 |
| 16 | hikashopCategoryClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:751 |
| 15 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:808 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.91 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.023 MB mémoire avant requête : 22.925 MB Rangées retournées : 1
SELECT hk_parent.*, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id = 51
AND hk_parent.category_left >= 207
AND hk_parent.category_right <= 360
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 15 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:808 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.94 ms Après la dernière requête : 0.05 ms Mémoire de requête : 0.024 MB mémoire avant requête : 22.935 MB Rangées retournées : 1
SELECT *
FROM editionslac_hikashop_category
WHERE category_id = '13'
LIMIT 0, 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 19 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3125 |
| 18 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:38 |
| 17 | hikashopCategoryClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:751 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 15 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:808 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.90 ms Après la dernière requête : 0.06 ms Mémoire de requête : 0.023 MB mémoire avant requête : 22.947 MB Rangées retournées : 1
SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (36)
AND hk_parent.category_left >= 207
AND hk_parent.category_right <= 360
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 15 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:808 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.89 ms Après la dernière requête : 0.03 ms Mémoire de requête : 0.024 MB mémoire avant requête : 22.959 MB Rangées retournées : 1
SELECT *
FROM editionslac_hikashop_category
WHERE category_id = '13'
LIMIT 0, 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 20 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3125 |
| 19 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:38 |
| 18 | hikashopCategoryClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:751 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 15 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:808 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.14 ms Après la dernière requête : 0.04 ms Mémoire de requête : 0.024 MB mémoire avant requête : 22.972 MB Rangées retournées : 1
SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (13)
AND hk_parent.category_left >= 207
AND hk_parent.category_right <= 360
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.14 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 15 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:808 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.87 ms Après la dernière requête : 0.11 ms Mémoire de requête : 0.025 MB mémoire avant requête : 22.983 MB Rangées retournées : 1
SELECT *
FROM editionslac_hikashop_category
WHERE category_id = '13'
LIMIT 0, 1
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | editionslac_hikashop_category | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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:1662 |
| 21 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_hikashop/helpers/helper.php:3125 |
| 20 | hikashopClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:38 |
| 19 | hikashopCategoryClass->get() | JROOT/administrator/components/com_hikashop/classes/category.php:751 |
| 18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 15 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:808 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.85 ms Après la dernière requête : 0.07 ms Mémoire de requête : 0.024 MB mémoire avant requête : 22.997 MB Rangées retournées : 0
SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (2)
AND hk_parent.category_left >= 207
AND hk_parent.category_right <= 360
ORDER BY hk_parent.category_left
| 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 | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 15 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:808 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.45 ms Après la dernière requête : 0.13 ms Mémoire de requête : 0.023 MB mémoire avant requête : 22.991 MB Rangées retournées : 7
SELECT a.id
FROM editionslac_menu AS a
INNER JOIN `editionslac_menu_types` as b
on a.menutype = b.menutype
WHERE a.type='component'
AND a.published=1
AND b.title IS NOT NULL
AND a.client_id=0
AND a.access IN (1,1,5)
AND a.link='index.php?option=com_hikashop&view=category&layout=listing'
AND a.language IN ('*', '', 'fr-FR')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 143 | 0.47 | Using index condition; Using where |
| 1 | SIMPLE | b | NULL | eq_ref | idx_menutype | idx_menutype | 74 | dbs14181278.a.menutype | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.03 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.17 ms |
| preparing | 0.13 ms |
| executing | 0.28 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 17 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:336 |
| 16 | hikashopMenusClass->loadAllMenuItemIds() | JROOT/administrator/components/com_hikashop/classes/menus.php:484 |
| 15 | hikashopMenusClass->getBestCategoryMenuItemId() | JROOT/administrator/components/com_hikashop/classes/category.php:817 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.89 ms Après la dernière requête : 0.08 ms Mémoire de requête : 0.023 MB mémoire avant requête : 22.999 MB Rangées retournées : 1
SELECT hk_parent.*, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id = 51
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/menus.php:489 |
| 15 | hikashopMenusClass->getBestCategoryMenuItemId() | JROOT/administrator/components/com_hikashop/classes/category.php:817 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.85 ms Après la dernière requête : 0.03 ms Mémoire de requête : 0.024 MB mémoire avant requête : 23.010 MB Rangées retournées : 1
SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (36)
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/menus.php:489 |
| 15 | hikashopMenusClass->getBestCategoryMenuItemId() | JROOT/administrator/components/com_hikashop/classes/category.php:817 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.85 ms Après la dernière requête : 0.03 ms Mémoire de requête : 0.024 MB mémoire avant requête : 23.023 MB Rangées retournées : 1
SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (13)
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/menus.php:489 |
| 15 | hikashopMenusClass->getBestCategoryMenuItemId() | JROOT/administrator/components/com_hikashop/classes/category.php:817 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.97 ms Après la dernière requête : 0.03 ms Mémoire de requête : 0.024 MB mémoire avant requête : 23.036 MB Rangées retournées : 1
SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (2)
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.13 ms |
| Executing hook on transaction | 0.01 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| init | 0.00 ms |
| System lock | 0.00 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 19 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/menus.php:489 |
| 15 | hikashopMenusClass->getBestCategoryMenuItemId() | JROOT/administrator/components/com_hikashop/classes/category.php:817 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 0.84 ms Après la dernière requête : 0.02 ms Mémoire de requête : 0.025 MB mémoire avant requête : 23.048 MB Rangées retournées : 1
SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
WHERE hk_parent.category_id IN (1)
ORDER BY hk_parent.category_left
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | hk_parent | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.02 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.02 ms |
| preparing | 0.01 ms |
| executing | 0.01 ms |
| end | 0.00 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.01 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 21 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_hikashop/classes/category.php:785 |
| 20 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 19 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 18 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 17 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/category.php:796 |
| 16 | hikashopCategoryClass->getParents() | JROOT/administrator/components/com_hikashop/classes/menus.php:489 |
| 15 | hikashopMenusClass->getBestCategoryMenuItemId() | JROOT/administrator/components/com_hikashop/classes/category.php:817 |
| 14 | hikashopCategoryClass->buildBreadcrumbItems() | JROOT/components/com_hikashop/views/category/view.html.php:451 |
| 13 | CategoryViewCategory->listing() | JROOT/components/com_hikashop/views/category/view.html.php:26 |
| 12 | CategoryViewCategory->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:664 |
| 11 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2954 |
| 10 | hikashopController->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2663 |
| 9 | hikashopController->listing() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 8 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_hikashop/helpers/helper.php:2932 |
| 7 | hikashopController->execute() | JROOT/components/com_hikashop/hikashop.php:89 |
| 6 | require_once JROOT/components/com_hikashop/hikashop.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:55 |
Temps de requête : 1.68 ms Après la dernière requête : 21.38 ms Mémoire de requête : 0.025 MB mémoire avant requête : 25.427 MB Rangées retournées : 26
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM editionslac_modules AS m
LEFT JOIN editionslac_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN editionslac_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 <= '2026-09-20 15:30:44')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2026-09-20 15:30:44')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 517 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 | ALL | PRIMARY,published,newsfeeds | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 63 | 1.59 | Using where; Utilisation du tri complet de type filesort |
| 1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 303 | dbs14181278.m.module,const | 1 | 10.00 | Using index condition; Using where |
| 1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | dbs14181278.m.id | 2 | 40.00 | Using where; Using index |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.02 ms |
| statistics | 0.30 ms |
| preparing | 0.03 ms |
| executing | 0.31 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 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 |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 19 | JDatabaseDriver->loadObjectList() | Même appel que celui de la ligne ci-dessous. |
| 18 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 17 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:441 |
| 16 | Joomla\CMS\Helper\_ModuleHelper::getModuleList() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:371 |
| 15 | Joomla\CMS\Helper\_ModuleHelper::load() | JROOT/plugins/system/t3/includes/core/t3.php(533) : eval()'d code:87 |
| 14 | Joomla\CMS\Helper\_ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
| 13 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/plugins/system/t3/includes/core/template.php:655 |
| 12 | T3Template->countModules() | JROOT/templates/jb_bookstore/tpls/blocks/topbar.php:12 |
| 11 | include JROOT/templates/jb_bookstore/tpls/blocks/topbar.php | JROOT/plugins/system/t3/includes/core/template.php:202 |
| 10 | T3Template->loadBlock() | JROOT/templates/jb_bookstore/tpls/bookstore-boxed.php:33 |
| 9 | include JROOT/templates/jb_bookstore/tpls/bookstore-boxed.php | JROOT/plugins/system/t3/includes/core/template.php:228 |
| 8 | T3Template->loadLayout() | JROOT/templates/jb_bookstore/index.php:34 |
| 7 | require JROOT/templates/jb_bookstore/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:55 |
Temps de requête : 1.84 ms Après la dernière requête : 18.51 ms Mémoire de requête : 0.023 MB mémoire avant requête : 27.073 MB Rangées retournées : 0
SELECT cart.cart_id
FROM editionslac_hikashop_cart AS cart
WHERE (cart.cart_type = 'cart')
AND (cart.session_id = '16b667edb3116a99022e601c672b206a')
ORDER BY cart.cart_current DESC, cart.cart_modified DESC
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | cart | NULL | ref | session_id | session_id | 767 | const | 1 | 10.00 | Using where; Utilisation du tri complet de type filesort |
| Status | Duration |
|---|
| starting | 0.07 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.02 ms |
| init | 0.01 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.04 ms |
| preparing | 0.01 ms |
| executing | 0.02 ms |
| end | 0.00 ms |
| query end | 0.01 ms |
| waiting for handler commit | 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 |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 16 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_hikashop/classes/cart.php:70 |
| 15 | hikashopCartClass->getCurrentCartId() | JROOT/components/com_hikashop/views/product/view.html.php:2335 |
| 14 | ProductViewProduct->cart() | JROOT/components/com_hikashop/views/product/view.html.php:32 |
| 13 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1042 |
| 12 | hikashop_getLayout() | JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php:73 |
| 11 | include JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:256 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 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:55 |
Temps de requête : 1.21 ms Après la dernière requête : 0.84 ms Mémoire de requête : 0.024 MB mémoire avant requête : 27.150 MB Rangées retournées : 0
SELECT a.id
FROM editionslac_menu AS a
INNER JOIN `editionslac_menu_types` as b
on a.menutype = b.menutype
WHERE a.type='component'
AND a.published=1
AND b.title IS NOT NULL
AND a.client_id=0
AND a.access IN (1,1,5)
AND a.link='index.php?option=com_hikashop&view=checkout&layout=show'
AND a.language IN ('*', '', 'fr-FR')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 143 | 0.47 | Using index condition; Using where |
| 1 | SIMPLE | b | NULL | eq_ref | idx_menutype | idx_menutype | 74 | dbs14181278.a.menutype | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.05 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.00 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.04 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.06 ms |
| preparing | 0.02 ms |
| executing | 0.24 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.03 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 19 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:336 |
| 18 | hikashopMenusClass->loadAllMenuItemIds() | JROOT/administrator/components/com_hikashop/classes/menus.php:377 |
| 17 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:237 |
| 16 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:263 |
| 15 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:2418 |
| 14 | ProductViewProduct->cart() | JROOT/components/com_hikashop/views/product/view.html.php:32 |
| 13 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1042 |
| 12 | hikashop_getLayout() | JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php:73 |
| 11 | include JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:256 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 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:55 |
Temps de requête : 1.15 ms Après la dernière requête : 0.04 ms Mémoire de requête : 0.024 MB mémoire avant requête : 27.159 MB Rangées retournées : 11
SELECT a.id
FROM editionslac_menu AS a
INNER JOIN `editionslac_menu_types` as b
on a.menutype = b.menutype
WHERE a.type='component'
AND a.published=1
AND b.title IS NOT NULL
AND a.client_id=0
AND a.access IN (1,1,5)
AND a.link LIKE 'index.php?option=com_hikashop&view=%'
AND a.language IN ('*', '', 'fr-FR')
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|
| 1 | SIMPLE | a | NULL | ref | idx_client_id_parent_id_alias_language,idx_menutype,idx_language | idx_client_id_parent_id_alias_language | 1 | const | 143 | 0.47 | Using index condition; Using where |
| 1 | SIMPLE | b | NULL | eq_ref | idx_menutype | idx_menutype | 74 | dbs14181278.a.menutype | 1 | 100.00 | NULL |
| Status | Duration |
|---|
| starting | 0.03 ms |
| Executing hook on transaction | 0.00 ms |
| starting | 0.01 ms |
| checking permissions | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| init | 0.00 ms |
| System lock | 0.01 ms |
| optimizing | 0.01 ms |
| statistics | 0.05 ms |
| preparing | 0.02 ms |
| executing | 0.23 ms |
| end | 0.01 ms |
| query end | 0.00 ms |
| waiting for handler commit | 0.01 ms |
| closing tables | 0.01 ms |
| freeing items | 0.02 ms |
| cleaning up | 0.02 ms |
| # | Appel | Fichier et numéro de ligne |
|---|
| 20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 19 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_hikashop/classes/menus.php:336 |
| 18 | hikashopMenusClass->loadAllMenuItemIds() | JROOT/administrator/components/com_hikashop/classes/menus.php:377 |
| 17 | hikashopMenusClass->loadAMenuItemId() | JROOT/administrator/components/com_hikashop/classes/menus.php:242 |
| 16 | hikashopMenusClass->getCheckoutURL() | JROOT/administrator/components/com_hikashop/helpers/cart.php:263 |
| 15 | hikashopCartHelper->getJS() | JROOT/components/com_hikashop/views/product/view.html.php:2418 |
| 14 | ProductViewProduct->cart() | JROOT/components/com_hikashop/views/product/view.html.php:32 |
| 13 | ProductViewProduct->display() | JROOT/administrator/components/com_hikashop/helpers/helper.php:1042 |
| 12 | hikashop_getLayout() | JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php:73 |
| 11 | include JROOT/modules/mod_hikashop_cart/mod_hikashop_cart.php | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:256 |
| 10 | Joomla\CMS\Helper\ModuleHelper::renderRawModule() | JROOT/plugins/system/t3/includes/joomla4/ModuleHelper.php:65 |
| 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:55 |
5 × SELECT *
FROM editionslac_hikashop_category
3 × SELECT a.id
FROM editionslac_menu AS a
INNER JOIN `editionslac_menu_types` as b
on a.menutype = b.menutype
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `editionslac_extensions`
2 × SELECT hk_parent.*, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
2 × SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
2 × SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
2 × SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
1 × SELECT `data`
FROM `editionslac_session`
1 × SELECT `session_id`
FROM `editionslac_session`
1 × SELECT id, rules
FROM `editionslac_viewlevels
1 × SELECT b.id
FROM editionslac_usergroups AS a
LEFT JOIN editionslac_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM editionslac_extensions
1 × SELECT `value`
FROM `editionslac_admintools_storage`
1 × SELECT *
FROM `editionslac_admintools_wafexceptions`
1 × SELECT *
FROM `editionslac_nextend2_section_storage`
1 × SELECT `source`,`keepurlparams`
FROM `editionslac_admintools_redirects`
1 × SELECT id,template
FROM editionslac_template_styles
1 × SELECT *
FROM editionslac_hikashop_confi
1 × SELECT *
FROM editionslac_hikashop_geolocation
1 × SELECT *
FROM editionslac_languages
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 editionslac_menu AS m
LEFT JOIN editionslac_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id, home, template, s.params
FROM editionslac_template_styles as s
LEFT JOIN editionslac_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT params
FROM editionslac_menu
1 × SELECT *
FROM editionslac_menu
1 × SELECT category_id
FROM editionslac_hikashop_category
1 × SELECT a.*
FROM editionslac_hikashop_category AS a
1 × SELECT COUNT(*)
FROM editionslac_hikashop_category AS a
1 × SELECT a.*,b.*
FROM editionslac_hikashop_category AS a
LEFT JOIN editionslac_hikashop_file AS b
ON a.category_id = b.file_ref_id
AND b.file_type = 'category'
1 × SELECT hk_parent.category_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
1 × SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
1 × SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
1 × SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
1 × SELECT hk_parent.category_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
1 × SELECT *
FROM editionslac_hikashop_field as a
1 × SELECT hk_parent.*, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id, hk_parent.category_parent_id
FROM editionslac_hikashop_category AS hk_parent
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM editionslac_modules AS m
LEFT JOIN editionslac_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN editionslac_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT cart.cart_id
FROM editionslac_hikashop_cart AS cart