Temps de requête : 0.89 ms Mémoire de requête : 0.023 MB mémoire avant requête : 1.035 MB Rangées retournées : 0
SELECT `data`
FROM `a5uv2_session`
WHERE `session_id` = X'71633868337572363863356e6371653838656936746973336666'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_session | const | PRIMARY | PRIMARY | 194 | const | 1 | |
Status | Duration |
---|
Starting | 0.08 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.12 ms |
Preparing | 0.02 ms |
Executing | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.06 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.15 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Même appel que celui de la ligne ci-dessous. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:661 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:621 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:499 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:456 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:826 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Temps de requête : 0.59 ms Après la dernière requête : 4.07 ms Mémoire de requête : 0.020 MB mémoire avant requête : 1.049 MB Rangées retournées : 0
SELECT `session_id`
FROM `a5uv2_session`
WHERE `session_id` = X'71633868337572363863356e6371653838656936746973336666'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.04 ms |
Preparing | 0.02 ms |
Executing | 0.03 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.10 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Temps de requête : 1.86 ms Après la dernière requête : 0.17 ms Mémoire de requête : 0.004 MB mémoire avant requête : 1.054 MB
INSERT INTO `a5uv2_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'71633868337572363863356e6371653838656936746973336666', 1, 1652747434, 0, '', 0)
EXPLAIN impossible sur la requête : INSERT INTO `a5uv2_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'71633868337572363863356e6371653838656936746973336666', 1, 1652747434, 0, '', 0)
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.02 ms |
Update | 0.34 ms |
Waiting for query cache lock | 0.02 ms |
Update | 0.01 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 1.11 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Session/MetadataManager.php:116 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:154 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:828 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:136 |
4 | Joomla\CMS\Application\CMSApplication->__construct() | JROOT/libraries/src/Application/SiteApplication.php:66 |
3 | Joomla\CMS\Application\SiteApplication->__construct() | JROOT/libraries/src/Application/CMSApplication.php:386 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Temps de requête : 1.30 ms Après la dernière requête : 6.61 ms Mémoire de requête : 0.025 MB mémoire avant requête : 1.085 MB Rangées retournées : 42
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `a5uv2_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_extensions | ref | extension | extension | 82 | const | 42 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.04 ms |
Statistics | 0.09 ms |
Preparing | 0.06 ms |
Executing | 0.01 ms |
Sending data | 0.44 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.06 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:445 |
10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Même appel que celui de la ligne ci-dessous. |
9 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
8 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Component/ComponentHelper.php:453 |
7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:519 |
6 | Joomla\CMS\Component\ComponentHelper::getComponents() | JROOT/libraries/src/Component/ComponentHelper.php:44 |
5 | Joomla\CMS\Component\ComponentHelper::getComponent() | JROOT/libraries/src/Component/ComponentHelper.php:103 |
4 | Joomla\CMS\Component\ComponentHelper::getParams() | JROOT/libraries/src/Application/SiteApplication.php:594 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.68 ms Après la dernière requête : 7.13 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.117 MB Rangées retournées : 5
SELECT id, rules
FROM `a5uv2_viewlevels`
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_viewlevels | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 5 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.08 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.06 ms |
Closing tables | 0.03 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
9 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Access/Access.php:1063 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.78 ms Après la dernière requête : 0.19 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.129 MB Rangées retournées : 2
SELECT b.id
FROM a5uv2_usergroups AS a
LEFT JOIN a5uv2_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | b | index | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 8 | NULL | 9 | Using where; Using index |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.02 ms |
Query end | 0.03 ms |
Commit | 0.07 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
10 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
9 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/Access/Access.php:1095 |
8 | Joomla\CMS\Access\Access::getAuthorisedViewLevels() | JROOT/libraries/src/User/User.php:458 |
7 | Joomla\CMS\User\User->getAuthorisedViewLevels() | JROOT/libraries/src/Plugin/PluginHelper.php:318 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 2.17 ms Après la dernière requête : 0.84 ms Mémoire de requête : 0.030 MB mémoire avant requête : 1.150 MB Rangées retournées : 110
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM a5uv2_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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_extensions | ref | extension | extension | 82 | const | 136 | Using index condition; Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.06 ms |
Preparing | 0.04 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.11 ms |
Creating sort index | 1.29 ms |
End of update loop | 0.02 ms |
Query end | 0.05 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:351 |
9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Même appel que celui de la ligne ci-dessous. |
8 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
7 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Plugin/PluginHelper.php:356 |
6 | Joomla\CMS\Plugin\PluginHelper::load() | JROOT/libraries/src/Plugin/PluginHelper.php:87 |
5 | Joomla\CMS\Plugin\PluginHelper::getPlugin() | JROOT/libraries/src/Plugin/PluginHelper.php:129 |
4 | Joomla\CMS\Plugin\PluginHelper::isEnabled() | JROOT/libraries/src/Application/SiteApplication.php:604 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.07 ms Après la dernière requête : 105.73 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.984 MB Rangées retournées : 2
SELECT *
FROM a5uv2_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_languages | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2 | Using where; Utilisation du tri complet de type filesort |
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.06 ms |
Optimizing | 0.03 ms |
Statistics | 0.04 ms |
Preparing | 0.04 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
Creating sort index | 0.17 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.07 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
8 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:96 |
7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.76 ms Après la dernière requête : 0.24 ms Mémoire de requête : 0.021 MB mémoire avant requête : 1.993 MB Rangées retournées : 4
SELECT `element`,`name`,`client_id`,`extension_id`
FROM `a5uv2_extensions`
WHERE `type` = 'language'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_extensions | ref | extension | extension | 82 | const | 4 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.12 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.06 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:209 |
8 | Joomla\CMS\Language\LanguageHelper::getInstalledLanguages() | JROOT/plugins/system/languagefilter/languagefilter.php:110 |
7 | PlgSystemLanguageFilter->__construct() | JROOT/libraries/src/Plugin/PluginHelper.php:280 |
6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.18 ms Après la dernière requête : 80.04 ms Mémoire de requête : 0.025 MB mémoire avant requête : 2.213 MB Rangées retournées : 1
SELECT id,template
FROM a5uv2_template_styles
WHERE client_id=0
AND home=1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_template_styles | ref | idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | Using where |
Status | Duration |
---|
Starting | 0.23 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.05 ms |
Optimizing | 0.04 ms |
Statistics | 0.11 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.11 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.06 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 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:28 |
16 | plgSystemWidgetkit->{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:113 |
10 | include JROOT/administrator/components/com_widgetkit/widgetkit.php | JROOT/administrator/components/com_widgetkit/widgetkit-app.php:8 |
9 | include JROOT/administrator/components/com_widgetkit/widgetkit-app.php | JROOT/plugins/system/widgetkit/widgetkit.php:16 |
8 | plgSystemWidgetkit->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 3.07 ms Après la dernière requête : 80.91 ms Mémoire de requête : 0.161 MB mémoire avant requête : 2.510 MB Rangées retournées : 122
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 a5uv2_menu AS m
LEFT JOIN a5uv2_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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ALL | idx_client_id_parent_id_alias_language | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 296 | Using where; Utilisation du tri complet de type filesort |
1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.m.component_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.16 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.14 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.06 ms |
Optimizing | 0.04 ms |
Statistics | 0.13 ms |
Preparing | 0.05 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
Creating sort index | 2.01 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
23 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
22 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Même appel que celui de la ligne ci-dessous. |
21 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
20 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
19 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
18 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
17 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
16 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
15 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
14 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:65 |
13 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
12 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:533 |
11 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
10 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/plugins/system/zoolingual/zoolingual.php:48 |
9 | plgSystemZoolingual->init() | JROOT/plugins/system/zoolingual/zoolingual.php:39 |
8 | plgSystemZoolingual->onAfterInitialise() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:668 |
4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.80 ms Après la dernière requête : 77.92 ms Mémoire de requête : 0.022 MB mémoire avant requête : 3.315 MB Rangées retournées : 1
SELECT id
FROM a5uv2_zoo_item
WHERE alias = 'mehilaiskesa-2'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_zoo_item | const | ALIAS_INDEX | ALIAS_INDEX | 767 | const | 1 | |
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.05 ms |
Optimizing | 0.03 ms |
Statistics | 0.13 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 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_zoo/framework/helpers/database.php:89 |
12 | DatabaseHelper->queryResult() | JROOT/plugins/system/zoolingual/zoolingual/helpers/alias.php:130 |
11 | AppAlias->translateAliasToID() | JROOT/components/com_zoo/router.php:291 |
10 | ZooParseRoute() | JROOT/components/com_zoo/router.php:35 |
9 | ZooRouter->parse() | JROOT/libraries/src/Router/SiteRouter.php:438 |
8 | Joomla\CMS\Router\SiteRouter->parseSefRoute() | JROOT/libraries/src/Router/Router.php:482 |
7 | Joomla\CMS\Router\Router->_parseSefRoute() | JROOT/libraries/src/Router/Router.php:227 |
6 | Joomla\CMS\Router\Router->parse() | JROOT/libraries/src/Router/SiteRouter.php:139 |
5 | Joomla\CMS\Router\SiteRouter->parse() | JROOT/libraries/src/Application/CMSApplication.php:1142 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.04 ms Après la dernière requête : 5.43 ms Mémoire de requête : 0.038 MB mémoire avant requête : 3.333 MB Rangées retournées : 3
SELECT id, home, template, s.params
FROM a5uv2_template_styles as s
LEFT JOIN a5uv2_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 | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | ref | idx_template,idx_client_id,idx_client_id_home | idx_client_id | 1 | const | 3 | |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | cine_com.s.template,const | 1 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.04 ms |
Statistics | 0.16 ms |
Preparing | 0.06 ms |
Executing | 0.01 ms |
Sending data | 0.21 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.06 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
14 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeLoader.php:97 |
13 | YOOtheme\Theme\Joomla\ThemeLoader::getTemplate() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/ThemeLoader.php:38 |
12 | YOOtheme\Theme\Joomla\ThemeLoader::initTheme() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
11 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
10 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
9 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
8 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
7 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.99 ms Après la dernière requête : 31.14 ms Mémoire de requête : 0.025 MB mémoire avant requête : 3.536 MB Rangées retournées : 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `a5uv2_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.19 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.12 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.11 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.05 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
19 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
18 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Même appel que celui de la ligne ci-dessous. |
17 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
16 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
15 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
14 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
13 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/zooseo/zooseo.php:545 |
9 | plgSystemZooSeo->addOpenGraphTags() | JROOT/plugins/system/zooseo/zooseo.php:96 |
8 | plgSystemZooSeo->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.82 ms Après la dernière requête : 0.37 ms Mémoire de requête : 0.006 MB mémoire avant requête : 3.528 MB
UPDATE `a5uv2_extensions`
SET `params` = '{\"mediaversion\":\"70a53a267f1126e1128d490a270505ad\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
EXPLAIN impossible sur la requête : UPDATE `a5uv2_extensions`
SET `params` = '{\"mediaversion\":\"70a53a267f1126e1128d490a270505ad\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.10 ms |
Updating | 0.21 ms |
End of update loop | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 1.12 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
14 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
13 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
12 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
11 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
10 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/zooseo/zooseo.php:545 |
9 | plgSystemZooSeo->addOpenGraphTags() | JROOT/plugins/system/zooseo/zooseo.php:96 |
8 | plgSystemZooSeo->onAfterRoute() | JROOT/libraries/joomla/event/event.php:70 |
7 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
6 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
5 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1190 |
4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:796 |
3 | Joomla\CMS\Application\SiteApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:218 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.93 ms Après la dernière requête : 126.16 ms Mémoire de requête : 0.028 MB mémoire avant requête : 4.034 MB Rangées retournées : 41
SELECT `id`,`name`,`rules`,`parent_id`
FROM `a5uv2_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_osmap','com_plugins','com_postinstall','com_privacy','com_redirect','com_rsform','com_search','com_sendinblue','com_tags','com_templates','com_users','com_vdata','com_vikevents','com_widgetkit','com_wrapper','com_zoo')
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_assets | range | idx_asset_name | idx_asset_name | 402 | NULL | 43 | Using index condition |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
17 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
16 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
15 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
14 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
13 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:225 |
12 | UserAppHelper->isJoomlaSuperAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:57 |
11 | UserAppHelper->get() | JROOT/components/com_zoo/controllers/default.php:116 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.82 ms Après la dernière requête : 33.46 ms Mémoire de requête : 0.007 MB mémoire avant requête : 4.678 MB
UPDATE a5uv2_zoo_item
SET hits = (hits + 1)
WHERE id = 250
EXPLAIN impossible sur la requête : UPDATE a5uv2_zoo_item SET hits = (hits + 1) WHERE id = 250
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
14 | JDatabaseDriverMysqli->execute() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:66 |
13 | DatabaseHelper->query() | JROOT/administrator/components/com_zoo/tables/item.php:178 |
12 | ItemTable->hit() | JROOT/administrator/components/com_zoo/classes/item.php:676 |
11 | Item->hit() | JROOT/components/com_zoo/controllers/default.php:177 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.63 ms Après la dernière requête : 0.19 ms Mémoire de requête : 0.023 MB mémoire avant requête : 4.686 MB Rangées retournées : 1
SELECT id
FROM a5uv2_users
WHERE id = 259
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_users | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
Status | Duration |
---|
Starting | 0.16 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.11 ms |
Optimizing | 0.03 ms |
Statistics | 0.34 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.73 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.07 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
14 | JDatabaseDriver->loadResult() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:89 |
13 | DatabaseHelper->queryResult() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:47 |
12 | UserAppHelper->get() | JROOT/administrator/components/com_zoo/classes/item.php:360 |
11 | Item->getAuthor() | JROOT/components/com_zoo/controllers/default.php:191 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.69 ms Après la dernière requête : 7.20 ms Mémoire de requête : 0.030 MB mémoire avant requête : 4.722 MB Rangées retournées : 17
SHOW FULL COLUMNS
FROM `a5uv2_users`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `a5uv2_users`
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.25 ms |
Optimizing | 0.04 ms |
Statistics | 0.11 ms |
Preparing | 0.01 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.03 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
24 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
23 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
22 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
21 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/User.php:41 |
20 | Joomla\CMS\Table\User->__construct() | JROOT/libraries/src/Table/Table.php:328 |
19 | Joomla\CMS\Table\Table::getInstance() | JROOT/libraries/src/User/User.php:603 |
18 | Joomla\CMS\User\User::getTable() | JROOT/libraries/src/User/User.php:877 |
17 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
16 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
15 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
14 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_zoo/framework/classes/helper.php:69 |
13 | AppHelper->_call() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:54 |
12 | UserAppHelper->get() | JROOT/administrator/components/com_zoo/classes/item.php:360 |
11 | Item->getAuthor() | JROOT/components/com_zoo/controllers/default.php:191 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.69 ms Après la dernière requête : 4.30 ms Mémoire de requête : 0.025 MB mémoire avant requête : 4.754 MB Rangées retournées : 1
SELECT *
FROM `a5uv2_users`
WHERE `id` = 259
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_users | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.10 ms |
Preparing | 0.04 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 2.53 ms |
End of update loop | 0.03 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
19 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/User.php:87 |
18 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
17 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
16 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
15 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
14 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_zoo/framework/classes/helper.php:69 |
13 | AppHelper->_call() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:54 |
12 | UserAppHelper->get() | JROOT/administrator/components/com_zoo/classes/item.php:360 |
11 | Item->getAuthor() | JROOT/components/com_zoo/controllers/default.php:191 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.79 ms Après la dernière requête : 3.22 ms Mémoire de requête : 0.025 MB mémoire avant requête : 4.767 MB Rangées retournées : 1
SELECT `g`.`id`,`g`.`title`
FROM `a5uv2_usergroups` AS g
INNER JOIN `a5uv2_user_usergroup_map` AS m
ON m.group_id = g.id
WHERE `m`.`user_id` = 259
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.m.group_id | 1 | |
Status | Duration |
---|
Starting | 0.09 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init for update | 0.11 ms |
Updating | 0.22 ms |
End of update loop | 0.02 ms |
Waiting for query cache lock | 0.01 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Waiting for query cache lock | 0.01 ms |
Unlocking tables | 0.03 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1506 |
19 | JDatabaseDriver->loadAssocList() | JROOT/libraries/src/Table/User.php:112 |
18 | Joomla\CMS\Table\User->load() | JROOT/libraries/src/User/User.php:880 |
17 | Joomla\CMS\User\User->load() | JROOT/libraries/src/User/User.php:248 |
16 | Joomla\CMS\User\User->__construct() | JROOT/libraries/src/User/User.php:301 |
15 | Joomla\CMS\User\User::getInstance() | JROOT/libraries/src/Factory.php:266 |
14 | Joomla\CMS\Factory::getUser() | JROOT/administrator/components/com_zoo/framework/classes/helper.php:69 |
13 | AppHelper->_call() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:54 |
12 | UserAppHelper->get() | JROOT/administrator/components/com_zoo/classes/item.php:360 |
11 | Item->getAuthor() | JROOT/components/com_zoo/controllers/default.php:191 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.90 ms Après la dernière requête : 0.20 ms Mémoire de requête : 0.024 MB mémoire avant requête : 4.775 MB Rangées retournées : 2
SELECT b.id
FROM a5uv2_user_usergroup_map AS map
LEFT JOIN a5uv2_usergroups AS a
ON a.id = map.group_id
LEFT JOIN a5uv2_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE map.user_id = 259
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | map | ref | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | a | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.map.group_id | 1 | |
1 | SIMPLE | b | ALL | idx_usergroup_nested_set_lookup | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 9 | Range checked for each record (index map: 0x10) |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.08 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.03 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
End of update loop | 0.06 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
17 | JDatabaseDriver->loadColumn() | JROOT/libraries/src/Access/Access.php:980 |
16 | Joomla\CMS\Access\Access::getGroupsByUser() | JROOT/libraries/src/User/User.php:480 |
15 | Joomla\CMS\User\User->getAuthorisedGroups() | JROOT/libraries/src/User/User.php:386 |
14 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:225 |
13 | UserAppHelper->isJoomlaSuperAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:57 |
12 | UserAppHelper->get() | JROOT/administrator/components/com_zoo/classes/item.php:360 |
11 | Item->getAuthor() | JROOT/components/com_zoo/controllers/default.php:191 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 13.88 ms Après la dernière requête : 11.38 ms Mémoire de requête : 1.368 MB mémoire avant requête : 4.878 MB Rangées retournées : 1
SELECT custom_data
FROM a5uv2_extensions
WHERE element = 'yootheme'
AND folder = 'system'
LIMIT 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_extensions | ref | element_clientid,element_folder_clientid | element_folder_clientid | 804 | const,const | 1 | Using index condition |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Closing tables | 0.01 ms |
Opening tables | 0.57 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Filling schema table | 0.10 ms |
Opening tables | 0.03 ms |
After opening tables | 0.02 ms |
Checking permissions | 0.18 ms |
Closing tables | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.08 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Removing tmp table | 0.20 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
34 | JDatabaseDriver->loadAssoc() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Database.php:39 |
33 | YOOtheme\Joomla\Database->fetchAssoc() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Storage.php:24 |
32 | YOOtheme\Joomla\Storage->__construct() | Même appel que celui de la ligne ci-dessous. |
31 | ReflectionClass->newInstanceArgs() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:183 |
30 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:156 |
29 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:323 |
28 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
27 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:407 |
26 | YOOtheme\Container->resolveDependencies() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:356 |
25 | YOOtheme\Container->resolveArguments() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:181 |
24 | YOOtheme\Container\Service->resolveClass() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:156 |
23 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:323 |
22 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
21 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:407 |
20 | YOOtheme\Container->resolveDependencies() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:356 |
19 | YOOtheme\Container->resolveArguments() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:265 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.45 ms Après la dernière requête : 244.23 ms Mémoire de requête : 0.029 MB mémoire avant requête : 12.118 MB Rangées retournées : 3
SELECT b.id
FROM a5uv2_zoo_category_item AS a JOIN a5uv2_zoo_category AS b
ON a.category_id = b.id
WHERE a.item_id=250
AND b.published = 1 UNION SELECT 0
FROM a5uv2_zoo_category_item AS a
WHERE a.item_id=250
AND a.category_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | PRIMARY | a | ref | PRIMARY,ITEMID_INDEX,CATEGORYID_INDEX | ITEMID_INDEX | 4 | const | 4 | |
1 | PRIMARY | b | eq_ref | PRIMARY,PUBLISHED_INDEX | PRIMARY | 4 | cine_com.a.category_id | 1 | Using where |
2 | UNION | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
NULL | UNION RESULT | <union1,2> | ALL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.03 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.06 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.03 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.08 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:159 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/helpers/category.php:63 |
27 | CategoryHelper->getItemsRelatedCategoryIds() | JROOT/administrator/components/com_zoo/classes/item.php:567 |
26 | Item->getRelatedCategoryIds() | JROOT/plugins/system/zoopro/src/TemplateListener.php:27 |
25 | YOOtheme\Builder\Joomla\Zoo\TemplateListener::matchItemTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
24 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
23 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
22 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
21 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
20 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:29 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.44 ms Après la dernière requête : 3.56 ms Mémoire de requête : 0.029 MB mémoire avant requête : 12.135 MB Rangées retournées : 0
SELECT name
FROM a5uv2_zoo_tag
WHERE item_id = 250
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.09 ms |
Preparing | 0.06 ms |
Executing | 0.01 ms |
Sending data | 0.08 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.06 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.03 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
29 | JDatabaseDriver->loadColumn() | JROOT/administrator/components/com_zoo/framework/helpers/database.php:159 |
28 | DatabaseHelper->queryResultArray() | JROOT/administrator/components/com_zoo/tables/tag.php:93 |
27 | TagTable->getItemTags() | JROOT/administrator/components/com_zoo/classes/item.php:633 |
26 | Item->getTags() | JROOT/plugins/system/zoopro/src/TemplateListener.php:28 |
25 | YOOtheme\Builder\Joomla\Zoo\TemplateListener::matchItemTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
24 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
23 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
22 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
21 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
20 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:29 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 4.64 ms Après la dernière requête : 0.33 ms Mémoire de requête : 0.032 MB mémoire avant requête : 12.153 MB Rangées retournées : 5
SELECT `id`,`name`,`rules`,`parent_id`
FROM `a5uv2_assets`
WHERE `name` LIKE 'com_zoo.%' OR `name` = 'com_zoo' OR `parent_id` = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_assets | ALL | idx_asset_name,idx_parent_id | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 2067 | Using where |
Status | Duration |
---|
Starting | 0.06 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.06 ms |
Preparing | 0.06 ms |
Executing | 0.01 ms |
Sending data | 0.19 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.07 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
35 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:359 |
34 | Joomla\CMS\Access\Access::preloadPermissions() | JROOT/libraries/src/Access/Access.php:226 |
33 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:540 |
32 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
31 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
30 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:461 |
29 | UserAppHelper->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:363 |
28 | UserAppHelper->isAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:293 |
27 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:252 |
26 | Item->canEdit() | JROOT/plugins/system/zoopro/src/TemplateListener.php:43 |
25 | YOOtheme\Builder\Joomla\Zoo\TemplateListener::matchItemTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
24 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
23 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
22 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
21 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
20 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:29 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.61 ms Après la dernière requête : 3.35 ms Mémoire de requête : 0.034 MB mémoire avant requête : 12.193 MB Rangées retournées : 8
SHOW FULL COLUMNS
FROM `a5uv2_assets`
EXPLAIN impossible sur la requête : SHOW FULL COLUMNS FROM `a5uv2_assets`
Status | Duration |
---|
Starting | 0.07 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.04 ms |
Optimizing | 0.03 ms |
Statistics | 0.11 ms |
Preparing | 0.17 ms |
Executing | 0.02 ms |
Sending data | 9.27 ms |
End of update loop | 0.04 ms |
Query end | 0.01 ms |
Commit | 0.02 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.04 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
39 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
38 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
37 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
36 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
35 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Asset.php:61 |
34 | Joomla\CMS\Table\Asset->__construct() | JROOT/libraries/src/Access/Access.php:783 |
33 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
32 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
31 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
30 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:461 |
29 | UserAppHelper->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:363 |
28 | UserAppHelper->isAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:293 |
27 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:252 |
26 | Item->canEdit() | JROOT/plugins/system/zoopro/src/TemplateListener.php:43 |
25 | YOOtheme\Builder\Joomla\Zoo\TemplateListener::matchItemTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
24 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
23 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
22 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
21 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
20 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:29 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.54 ms Après la dernière requête : 0.26 ms Mémoire de requête : 0.032 MB mémoire avant requête : 12.223 MB Rangées retournées : 0
SELECT *
FROM a5uv2_assets
WHERE `name` = 'com_zoo.application.1.movie'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.15 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.11 ms |
Optimizing | 0.05 ms |
Statistics | 0.14 ms |
Preparing | 0.06 ms |
Optimizing | 0.03 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.02 ms |
Sending data | 0.18 ms |
Executing | 0.04 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.04 ms |
Removing tmp table | 0.02 ms |
Sending data | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.09 ms |
Updating status | 0.05 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
35 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
34 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
33 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
32 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
31 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
30 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:461 |
29 | UserAppHelper->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:363 |
28 | UserAppHelper->isAdmin() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:293 |
27 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:252 |
26 | Item->canEdit() | JROOT/plugins/system/zoopro/src/TemplateListener.php:43 |
25 | YOOtheme\Builder\Joomla\Zoo\TemplateListener::matchItemTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
24 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
23 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
22 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
21 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
20 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:29 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.58 ms Après la dernière requête : 0.36 ms Mémoire de requête : 0.032 MB mémoire avant requête : 12.241 MB Rangées retournées : 0
SELECT *
FROM a5uv2_assets
WHERE `name` = 'com_zoo.application.1.movie'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.02 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.01 ms |
Executing | 0.02 ms |
End of update loop | 0.01 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
35 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
34 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
33 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
32 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
31 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
30 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
29 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:461 |
28 | UserAppHelper->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:293 |
27 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:252 |
26 | Item->canEdit() | JROOT/plugins/system/zoopro/src/TemplateListener.php:43 |
25 | YOOtheme\Builder\Joomla\Zoo\TemplateListener::matchItemTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
24 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
23 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
22 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
21 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
20 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:29 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.53 ms Après la dernière requête : 0.31 ms Mémoire de requête : 0.031 MB mémoire avant requête : 12.257 MB Rangées retournées : 0
SELECT *
FROM a5uv2_assets
WHERE `name` = 'com_zoo.application.1.movie'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.03 ms |
Statistics | 0.22 ms |
Preparing | 0.04 ms |
Executing | 0.01 ms |
Sending data | 3.76 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.08 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
33 | JDatabaseDriver->loadAssoc() | JROOT/libraries/src/Table/Table.php:747 |
32 | Joomla\CMS\Table\Table->load() | JROOT/libraries/src/Access/Access.php:784 |
31 | Joomla\CMS\Access\Access::getAssetId() | JROOT/libraries/src/Access/Access.php:544 |
30 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
29 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
28 | Joomla\CMS\User\User->authorise() | JROOT/administrator/components/com_zoo/framework/helpers/user.php:293 |
27 | UserAppHelper->canEdit() | JROOT/administrator/components/com_zoo/classes/item.php:252 |
26 | Item->canEdit() | JROOT/plugins/system/zoopro/src/TemplateListener.php:43 |
25 | YOOtheme\Builder\Joomla\Zoo\TemplateListener::matchItemTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
24 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
23 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
22 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
21 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
20 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:29 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 3.21 ms Après la dernière requête : 101.37 ms Mémoire de requête : 0.036 MB mémoire avant requête : 12.902 MB Rangées retournées : 2
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM a5uv2_fields AS a
LEFT JOIN `a5uv2_languages` AS l
ON l.lang_code = a.language
LEFT JOIN a5uv2_users AS uc
ON uc.id=a.checked_out
LEFT JOIN a5uv2_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN a5uv2_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN a5uv2_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_users.user'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 2 | Using where; Using temporary; Utilisation du tri complet de type filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | cine_com.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.01 ms |
Closing tables | 0.01 ms |
Opening tables | 0.55 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.13 ms |
Init | 0.02 ms |
Optimizing | 0.01 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Executing | 0.01 ms |
Filling schema table | 0.03 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
Checking permissions | 0.13 ms |
Closing tables | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.06 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Removing tmp table | 0.19 ms |
Closing tables | 0.02 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.01 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
43 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
42 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
41 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
40 | FieldsHelper::getFields() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-fields/src/FieldsHelper.php:17 |
39 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-fields/src/SourceListener.php:27 |
38 | YOOtheme\Builder\Joomla\Fields\SourceListener::initSource() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
37 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
36 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
35 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
34 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
33 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-source/bootstrap.php:46 |
32 | YOOtheme\Application::YOOtheme\Builder\{closure}() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:155 |
30 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:323 |
29 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
28 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:50 |
27 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/vendor/yootheme/application/functions.php:24 |
26 | YOOtheme\app() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:103 |
25 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
24 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
23 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
22 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
21 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
20 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 8.09 ms Après la dernière requête : 1.74 ms Mémoire de requête : 0.079 MB mémoire avant requête : 12.937 MB Rangées retournées : 53
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM a5uv2_fields AS a
LEFT JOIN `a5uv2_languages` AS l
ON l.lang_code = a.language
LEFT JOIN a5uv2_users AS uc
ON uc.id=a.checked_out
LEFT JOIN a5uv2_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN a5uv2_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN a5uv2_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.article'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ALL | idx_state,idx_access,idx_context | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 71 | Using where; Using temporary; Utilisation du tri complet de type filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | cine_com.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.04 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
43 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
42 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
41 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
40 | FieldsHelper::getFields() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-fields/src/FieldsHelper.php:17 |
39 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-fields/src/SourceListener.php:27 |
38 | YOOtheme\Builder\Joomla\Fields\SourceListener::initSource() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
37 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
36 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
35 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
34 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
33 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-source/bootstrap.php:46 |
32 | YOOtheme\Application::YOOtheme\Builder\{closure}() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:155 |
30 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:323 |
29 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
28 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:50 |
27 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/vendor/yootheme/application/functions.php:24 |
26 | YOOtheme\app() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:103 |
25 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
24 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
23 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
22 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
21 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
20 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 3.91 ms Après la dernière requête : 2.29 ms Mémoire de requête : 0.045 MB mémoire avant requête : 13.275 MB Rangées retournées : 14
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM a5uv2_fields AS a
LEFT JOIN `a5uv2_languages` AS l
ON l.lang_code = a.language
LEFT JOIN a5uv2_users AS uc
ON uc.id=a.checked_out
LEFT JOIN a5uv2_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN a5uv2_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN a5uv2_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.categories'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 14 | Using where; Using temporary; Utilisation du tri complet de type filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | cine_com.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.08 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
43 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
42 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
41 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
40 | FieldsHelper::getFields() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-fields/src/FieldsHelper.php:17 |
39 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-fields/src/SourceListener.php:27 |
38 | YOOtheme\Builder\Joomla\Fields\SourceListener::initSource() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
37 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
36 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
35 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
34 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
33 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-source/bootstrap.php:46 |
32 | YOOtheme\Application::YOOtheme\Builder\{closure}() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:155 |
30 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:323 |
29 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
28 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:50 |
27 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/vendor/yootheme/application/functions.php:24 |
26 | YOOtheme\app() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:103 |
25 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
24 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
23 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
22 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
21 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
20 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 2.06 ms Après la dernière requête : 0.72 ms Mémoire de requête : 0.035 MB mémoire avant requête : 13.376 MB Rangées retournées : 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM a5uv2_fields AS a
LEFT JOIN `a5uv2_languages` AS l
ON l.lang_code = a.language
LEFT JOIN a5uv2_users AS uc
ON uc.id=a.checked_out
LEFT JOIN a5uv2_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN a5uv2_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN a5uv2_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_contact.contact'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | Using where; Using temporary; Utilisation du tri complet de type filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | cine_com.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.04 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.02 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.05 ms |
Preparing | 0.02 ms |
Executing | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.05 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
45 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
44 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
43 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
42 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
41 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
40 | FieldsHelper::getFields() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-fields/src/FieldsHelper.php:17 |
39 | YOOtheme\Builder\Joomla\Fields\FieldsHelper::getFields() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-fields/src/SourceListener.php:27 |
38 | YOOtheme\Builder\Joomla\Fields\SourceListener::initSource() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
37 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
36 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
35 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
34 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/utils/src/Event.php:47 |
33 | YOOtheme\Event::emit() | JROOT/templates/yootheme/vendor/yootheme/builder-source/bootstrap.php:46 |
32 | YOOtheme\Application::YOOtheme\Builder\{closure}() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container/Service.php:155 |
30 | YOOtheme\Container\Service->resolveInstance() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:323 |
29 | YOOtheme\Container->resolve() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:91 |
28 | YOOtheme\Container->get() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:50 |
27 | YOOtheme\Container->__invoke() | JROOT/templates/yootheme/vendor/yootheme/application/functions.php:24 |
26 | YOOtheme\app() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:103 |
25 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
24 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
23 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
22 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
21 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
20 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 2.66 ms Après la dernière requête : 648.15 ms Mémoire de requête : 0.052 MB mémoire avant requête : 16.997 MB Rangées retournées : 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM a5uv2_fields AS a
LEFT JOIN `a5uv2_languages` AS l
ON l.lang_code = a.language
LEFT JOIN a5uv2_users AS uc
ON uc.id=a.checked_out
LEFT JOIN a5uv2_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN a5uv2_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN a5uv2_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_zoo.element.textarea'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | Using where; Using temporary; Utilisation du tri complet de type filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | cine_com.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.32 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.09 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init | 0.10 ms |
Optimizing | 0.07 ms |
Statistics | 0.23 ms |
Preparing | 0.09 ms |
Creating tmp table | 0.12 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 1.11 ms |
Creating sort index | 0.15 ms |
Removing tmp table | 0.25 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.09 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.11 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
75 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
74 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
73 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
72 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
71 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
70 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
69 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
68 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
67 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
66 | JHtmlContent::prepare() | Même appel que celui de la ligne ci-dessous. |
65 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
64 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:146 |
63 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/administrator/components/com_zoo/helpers/html.php:69 |
62 | HTMLHelper->_() | JROOT/administrator/components/com_zoo/helpers/zoo.php:191 |
61 | ZooHelper->triggerContentPlugins() | JROOT/media/zoo/elements/textarea/textarea.php:147 |
60 | ElementTextarea->getValue() | JROOT/plugins/system/zoopro/src/Type/ItemType.php:355 |
59 | YOOtheme\Builder\Joomla\Zoo\Type\ItemType::resolveTextarea() | JROOT/plugins/system/zoopro/src/Type/ItemType.php:308 |
58 | YOOtheme\Builder\Joomla\Zoo\Type\ItemType::resolve() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
57 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Directive/CallDirective.php:59 |
56 | YOOtheme\GraphQL\Directive\CallDirective->YOOtheme\GraphQL\Directive\{closure}() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/Utils/Middleware.php:42 |
55 | YOOtheme\GraphQL\Utils\Middleware->__invoke() | JROOT/templates/yootheme/vendor/yootheme/graphql/src/SchemaBuilder.php:306 |
54 | YOOtheme\GraphQL\SchemaBuilder->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:781 |
53 | YOOtheme\GraphQL\Executor\Executor->resolveOrError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:739 |
52 | YOOtheme\GraphQL\Executor\Executor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:473 |
51 | YOOtheme\GraphQL\Executor\Executor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:1321 |
50 | YOOtheme\GraphQL\Executor\Executor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:1276 |
49 | YOOtheme\GraphQL\Executor\Executor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:997 |
48 | YOOtheme\GraphQL\Executor\Executor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:872 |
47 | YOOtheme\GraphQL\Executor\Executor->completeValueWithLocatedError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:826 |
46 | YOOtheme\GraphQL\Executor\Executor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:748 |
45 | YOOtheme\GraphQL\Executor\Executor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:473 |
44 | YOOtheme\GraphQL\Executor\Executor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:1321 |
43 | YOOtheme\GraphQL\Executor\Executor->collectAndExecuteSubfields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:1276 |
42 | YOOtheme\GraphQL\Executor\Executor->completeObjectValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:997 |
41 | YOOtheme\GraphQL\Executor\Executor->completeValue() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:872 |
40 | YOOtheme\GraphQL\Executor\Executor->completeValueWithLocatedError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:826 |
39 | YOOtheme\GraphQL\Executor\Executor->completeValueCatchingError() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:748 |
38 | YOOtheme\GraphQL\Executor\Executor->resolveField() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:473 |
37 | YOOtheme\GraphQL\Executor\Executor->executeFields() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:349 |
36 | YOOtheme\GraphQL\Executor\Executor->executeOperation() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:309 |
35 | YOOtheme\GraphQL\Executor\Executor->YOOtheme\GraphQL\Executor\{closure}() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Promise/Adapter/SyncPromiseAdapter.php:59 |
34 | YOOtheme\GraphQL\Executor\Promise\Adapter\SyncPromiseAdapter->create() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:310 |
33 | YOOtheme\GraphQL\Executor\Executor->doExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/Executor/Executor.php:166 |
32 | YOOtheme\GraphQL\Executor\Executor::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:148 |
31 | YOOtheme\GraphQL\GraphQL::promiseToExecute() | JROOT/templates/yootheme/vendor/yootheme/graphql/lib/GraphQL.php:85 |
30 | YOOtheme\GraphQL\GraphQL::executeQuery() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source.php:69 |
29 | YOOtheme\Builder\Source->query() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:113 |
28 | YOOtheme\Builder\Source\SourceTransform->querySource() | JROOT/templates/yootheme/vendor/yootheme/builder-source/src/Source/SourceTransform.php:60 |
27 | YOOtheme\Builder\Source\SourceTransform->__invoke() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:248 |
26 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
25 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
24 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
23 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
22 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
21 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
20 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla-source/src/TemplateListener.php:60 |
19 | YOOtheme\Builder\Joomla\Source\TemplateListener::loadTemplate() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
18 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/application/src/Application/EventLoader.php:71 |
17 | YOOtheme\Application\EventLoader::YOOtheme\Application\{closure}() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:117 |
16 | YOOtheme\EventDispatcher->handleDefault() | JROOT/templates/yootheme/vendor/yootheme/utils/src/EventDispatcher.php:47 |
15 | YOOtheme\EventDispatcher->dispatch() | JROOT/templates/yootheme/vendor/yootheme/platform-joomla/src/Dispatcher.php:44 |
14 | YOOtheme\Joomla\Dispatcher->YOOtheme\Joomla\{closure}() | JROOT/libraries/joomla/event/dispatcher.php:165 |
13 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
12 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/administrator/components/com_zoo/framework/classes/view.php:59 |
11 | AppView->display() | JROOT/components/com_zoo/controllers/default.php:211 |
10 | DefaultController->item() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
9 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/administrator/components/com_zoo/framework/classes/app.php:266 |
8 | App->dispatch() | JROOT/administrator/components/com_zoo/classes/application.php:298 |
7 | Application->dispatch() | JROOT/components/com_zoo/zoo.php:35 |
6 | require_once JROOT/components/com_zoo/zoo.php | JROOT/libraries/src/Component/ComponentHelper.php:402 |
5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:377 |
4 | Joomla\CMS\Component\ComponentHelper::renderComponent() | JROOT/libraries/src/Application/SiteApplication.php:194 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.58 ms Après la dernière requête : 451.56 ms Mémoire de requête : 0.021 MB mémoire avant requête : 17.180 MB Rangées retournées : 3
SELECT language,id
FROM `a5uv2_menu`
WHERE home = 1
AND published = 1
AND client_id = 0
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_menu | ALL | idx_client_id_parent_id_alias_language | INDEX N'A PU ÊTRE UTILISÉ | NULL | NULL | 296 | Using where |
Status | Duration |
---|
Starting | 0.14 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.07 ms |
Optimizing | 0.05 ms |
Statistics | 0.15 ms |
Preparing | 0.08 ms |
Creating tmp table | 0.09 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 5.73 ms |
Creating sort index | 0.93 ms |
Removing tmp table | 0.25 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.08 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
9 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Multilanguage.php:107 |
8 | Joomla\CMS\Language\Multilanguage::getSiteHomePages() | JROOT/plugins/system/languagefilter/languagefilter.php:751 |
7 | PlgSystemLanguageFilter->onAfterDispatch() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/SiteApplication.php:199 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 2.15 ms Après la dernière requête : 20.75 ms Mémoire de requête : 0.035 MB mémoire avant requête : 17.245 MB Rangées retournées : 8
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM a5uv2_modules AS m
LEFT JOIN a5uv2_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN a5uv2_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 <= '2022-05-17 00:30:34')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2022-05-17 00:30:34')
AND m.access IN (1,1,5)
AND m.client_id = 0
AND (mm.menuid = 201 OR mm.menuid <= 0)
AND m.language IN ('fr-FR','*')
ORDER BY m.position, m.ordering
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | m | ref | PRIMARY,published,newsfeeds,idx_language | published | 1 | const | 23 | Using index condition; Using where; Utilisation du tri complet de type filesort |
1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | cine_com.m.module,const | 1 | Using index condition; Using where |
1 | SIMPLE | mm | ref | PRIMARY | PRIMARY | 4 | cine_com.m.id | 5 | Using where; Using index |
Status | Duration |
---|
Starting | 0.16 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.07 ms |
Optimizing | 0.05 ms |
Statistics | 0.18 ms |
Preparing | 0.07 ms |
Creating tmp table | 0.09 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 2.15 ms |
Creating sort index | 0.32 ms |
Removing tmp table | 0.23 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.05 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
39 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
38 | JDatabaseDriver->loadObjectList() | Même appel que celui de la ligne ci-dessous. |
37 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
36 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:441 |
35 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:371 |
34 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
33 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/libraries/src/Document/HtmlDocument.php:601 |
32 | Joomla\CMS\Document\HtmlDocument->countModules() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:268 |
31 | YOOtheme\Container->call() | JROOT/templates/yootheme/vendor/yootheme/container/src/Container.php:283 |
30 | YOOtheme\Container->YOOtheme\{closure}() | Même appel que celui de la ligne ci-dessous. |
29 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:89 |
28 | YOOtheme\View->__call() | JROOT/templates/yootheme/templates/header-mobile.php:31 |
27 | require JROOT/templates/yootheme/templates/header-mobile.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:287 |
26 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:15 |
25 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:164 |
24 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:61 |
23 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:164 |
22 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:22 |
21 | YOOtheme\Theme\Joomla\UrlListener::resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:164 |
20 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:249 |
19 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
18 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/templates/header.php:111 |
17 | require JROOT/templates/yootheme/templates/header.php | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:287 |
16 | YOOtheme\View->evaluate() | JROOT/templates/yootheme/vendor/yootheme/view/src/View/FileLoader.php:15 |
15 | YOOtheme\View\FileLoader->__invoke() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:164 |
14 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme/src/Theme/ViewHelper.php:61 |
13 | YOOtheme\Theme\ViewHelper->YOOtheme\Theme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:164 |
12 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla/src/UrlListener.php:22 |
11 | YOOtheme\Theme\Joomla\UrlListener::resolveRelativeUrl() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:164 |
10 | YOOtheme\View->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:249 |
9 | YOOtheme\View->render() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:69 |
8 | YOOtheme\View->__invoke() | JROOT/templates/yootheme/index.php:129 |
7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 202.13 ms Après la dernière requête : 24.63 ms Mémoire de requête : 0.028 MB mémoire avant requête : 17.363 MB Rangées retournées : 1
SELECT *
FROM a5uv2_sendinblue_subscription_form
WHERE id = 1
AND `published` = 1
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_sendinblue_subscription_form | const | PRIMARY,idx_state | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.20 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.05 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.06 ms |
Optimizing | 0.05 ms |
Statistics | 0.15 ms |
Preparing | 0.07 ms |
Creating tmp table | 0.09 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.69 ms |
Creating sort index | 0.08 ms |
Removing tmp table | 0.17 ms |
Creating sort index | 0.04 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.05 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
22 | JDatabaseDriver->loadObject() | JROOT/modules/mod_sendinblueform/helper.php:34 |
21 | ModSendinblueformHelper::getFormData() | JROOT/modules/mod_sendinblueform/mod_sendinblueform.php:26 |
20 | include JROOT/modules/mod_sendinblueform/mod_sendinblueform.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
19 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/templates/yootheme/vendor/yootheme/builder-joomla/elements/module/element.php:31 |
18 | YOOtheme\Configuration\Resolver->YOOtheme\{closure}() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:286 |
17 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
16 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
15 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
14 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:269 |
13 | YOOtheme\Builder->applyTransforms() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:94 |
12 | YOOtheme\Builder->load() | JROOT/templates/yootheme/vendor/yootheme/builder/src/Builder.php:111 |
11 | YOOtheme\Builder->render() | JROOT/templates/yootheme/vendor/yootheme/builder/bootstrap.php:36 |
10 | YOOtheme\Application::YOOtheme\Builder\{closure}() | Même appel que celui de la ligne ci-dessous. |
9 | call_user_func_array() | JROOT/templates/yootheme/vendor/yootheme/view/src/View.php:89 |
8 | YOOtheme\View->__call() | JROOT/templates/yootheme/index.php:175 |
7 | require JROOT/templates/yootheme/index.php | JROOT/libraries/src/Document/HtmlDocument.php:678 |
6 | Joomla\CMS\Document\HtmlDocument->_loadTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:740 |
5 | Joomla\CMS\Document\HtmlDocument->_fetchTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:555 |
4 | Joomla\CMS\Document\HtmlDocument->parse() | JROOT/libraries/src/Application/CMSApplication.php:1098 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.25 ms Après la dernière requête : 1798.13 ms Mémoire de requête : 0.023 MB mémoire avant requête : 17.809 MB Rangées retournées : 2
SELECT `c2`.`language`,`c2`.`id`
FROM `a5uv2_menu` AS `c`
INNER JOIN `a5uv2_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `a5uv2_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `a5uv2_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 201
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | c | const | PRIMARY | PRIMARY | 4 | const | 1 | Using index |
1 | SIMPLE | a | const | PRIMARY,idx_key | PRIMARY | 206 | const,const | 1 | |
1 | SIMPLE | a2 | ref | idx_key | idx_key | 128 | const | 2 | Using index |
1 | SIMPLE | c2 | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a2.id | 1 | |
Status | Duration |
---|
Starting | 0.05 ms |
Checking permissions | 0.06 ms |
Opening tables | 0.03 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.01 ms |
Init | 0.03 ms |
Optimizing | 0.02 ms |
Statistics | 0.02 ms |
Preparing | 0.02 ms |
Sorting result | 0.01 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.14 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.01 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
14 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
13 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
12 | MenusHelper::getAssociations() | JROOT/modules/mod_languages/helper.php:58 |
11 | ModLanguagesHelper::getList() | JROOT/modules/mod_languages/mod_languages.php:17 |
10 | include JROOT/modules/mod_languages/mod_languages.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla-modules/src/ModulesRenderer.php:29 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 2.46 ms Après la dernière requête : 13.63 ms Mémoire de requête : 0.026 MB mémoire avant requête : 17.824 MB Rangées retournées : 0
SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM a5uv2_fields AS a
LEFT JOIN `a5uv2_languages` AS l
ON l.lang_code = a.language
LEFT JOIN a5uv2_users AS uc
ON uc.id=a.checked_out
LEFT JOIN a5uv2_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN a5uv2_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN a5uv2_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'mod_custom.content'
AND a.access IN (1,1,5)
AND (a.group_id = 0 OR g.access IN (1,1,5))
AND a.state = 1
AND (a.group_id = 0 OR g.state = 1)
ORDER BY a.ordering ASC
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a | ref | idx_state,idx_access,idx_context | idx_context | 766 | const | 1 | Using where; Using temporary; Utilisation du tri complet de type filesort |
1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | cine_com.a.language | 1 | Using where |
1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.checked_out | 1 | |
1 | SIMPLE | ag | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.access | 1 | Using where |
1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.created_user_id | 1 | Using where |
1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | cine_com.a.group_id | 1 | Using where |
Status | Duration |
---|
Starting | 0.26 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.09 ms |
After opening tables | 0.02 ms |
System lock | 0.02 ms |
Table lock | 0.02 ms |
Init | 0.10 ms |
Optimizing | 0.07 ms |
Statistics | 0.23 ms |
Preparing | 0.09 ms |
Creating tmp table | 0.12 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.90 ms |
Creating sort index | 0.09 ms |
Removing tmp table | 0.16 ms |
Creating sort index | 0.05 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.03 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
22 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
21 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
20 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
19 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
18 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
17 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
16 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
15 | JEventDispatcher->trigger() | JROOT/libraries/cms/html/content.php:41 |
14 | JHtmlContent::prepare() | Même appel que celui de la ligne ci-dessous. |
13 | call_user_func_array() | JROOT/libraries/src/HTML/HTMLHelper.php:239 |
12 | Joomla\CMS\HTML\HTMLHelper::call() | JROOT/libraries/src/HTML/HTMLHelper.php:111 |
11 | Joomla\CMS\HTML\HTMLHelper::_() | JROOT/modules/mod_custom/mod_custom.php:15 |
10 | include JROOT/modules/mod_custom/mod_custom.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/templates/yootheme/vendor/yootheme/theme-joomla-modules/src/ModulesRenderer.php:29 |
7 | YOOtheme\Theme\Joomla\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.90 ms Après la dernière requête : 69.50 ms Mémoire de requête : 0.024 MB mémoire avant requête : 18.110 MB Rangées retournées : 1
SELECT `alias`
FROM `a5uv2_content`
WHERE id = '4'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.01 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.06 ms |
Optimizing | 0.04 ms |
Statistics | 0.11 ms |
Preparing | 0.07 ms |
Sorting result | 0.02 ms |
Executing | 0.01 ms |
Sending data | 0.08 ms |
Creating sort index | 1.51 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
17 | ContentRouter->getArticleSegment() | Même appel que celui de la ligne ci-dessous. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 1.30 ms Après la dernière requête : 5.03 ms Mémoire de requête : 0.026 MB mémoire avant requête : 18.125 MB Rangées retournées : 2
SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time,
c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level,
c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id,
c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `a5uv2_categories` AS `s`
INNER JOIN `a5uv2_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('fr-FR','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id = 2
ORDER BY c.lft
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
1 | SIMPLE | c | range | cat_idx,idx_access,idx_left_right,idx_language | idx_left_right | 4 | NULL | 3 | Using index condition; Using where |
Status | Duration |
---|
Starting | 0.12 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.04 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.05 ms |
Optimizing | 0.04 ms |
Statistics | 0.10 ms |
Preparing | 0.05 ms |
Executing | 0.01 ms |
Sending data | 0.39 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.04 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
20 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
19 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
18 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
17 | ContentRouter->getCategorySegment() | Même appel que celui de la ligne ci-dessous. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.59 ms Après la dernière requête : 1.95 ms Mémoire de requête : 0.024 MB mémoire avant requête : 18.204 MB Rangées retournées : 1
SELECT `alias`
FROM `a5uv2_content`
WHERE id = '425'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.21 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.09 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.10 ms |
Optimizing | 0.07 ms |
Statistics | 0.18 ms |
Preparing | 0.09 ms |
Sorting result | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.87 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.07 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.05 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
17 | ContentRouter->getArticleSegment() | Même appel que celui de la ligne ci-dessous. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.58 ms Après la dernière requête : 0.20 ms Mémoire de requête : 0.024 MB mémoire avant requête : 18.211 MB Rangées retournées : 1
SELECT alias
FROM a5uv2_content
WHERE id=425
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.28 ms |
Checking permissions | 0.03 ms |
Opening tables | 0.06 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.07 ms |
Optimizing | 0.04 ms |
Statistics | 0.14 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.04 ms |
Preparing | 0.03 ms |
Executing | 0.01 ms |
Sending data | 0.12 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.01 ms |
Closing tables | 0.04 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.06 ms |
Reset for next command | 0.02 ms |
# | Appel | Fichier et numéro de ligne |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
16 | JDatabaseDriver->loadResult() | JROOT/components/com_content/helpers/legacyrouter.php:140 |
15 | ContentRouterRulesLegacy->build() | JROOT/libraries/src/Component/Router/RouterView.php:244 |
14 | Joomla\CMS\Component\Router\RouterView->build() | JROOT/libraries/src/Router/SiteRouter.php:532 |
13 | Joomla\CMS\Router\SiteRouter->buildSefRoute() | JROOT/libraries/src/Router/SiteRouter.php:502 |
12 | Joomla\CMS\Router\SiteRouter->_buildSefRoute() | JROOT/libraries/src/Router/Router.php:281 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Temps de requête : 0.59 ms Après la dernière requête : 0.30 ms Mémoire de requête : 0.024 MB mémoire avant requête : 18.221 MB Rangées retournées : 1
SELECT `alias`
FROM `a5uv2_content`
WHERE id = '1'
id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
---|
1 | SIMPLE | a5uv2_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Status | Duration |
---|
Starting | 0.15 ms |
Checking permissions | 0.02 ms |
Opening tables | 0.06 ms |
After opening tables | 0.02 ms |
System lock | 0.01 ms |
Table lock | 0.02 ms |
Init | 0.06 ms |
Optimizing | 0.08 ms |
Statistics | 0.24 ms |
Preparing | 0.02 ms |
Unlocking tables | 0.01 ms |
Preparing | 0.06 ms |
Executing | 0.02 ms |
Sending data | 0.11 ms |
End of update loop | 0.02 ms |
Query end | 0.01 ms |
Commit | 0.01 ms |
Closing tables | 0.01 ms |
Unlocking tables | 0.02 ms |
Closing tables | 0.02 ms |
Starting cleanup | 0.01 ms |
Freeing items | 0.02 ms |
Updating status | 0.03 ms |
Reset for next command | 0.01 ms |
# | Appel | Fichier et numéro de ligne |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
18 | JDatabaseDriver->loadResult() | JROOT/components/com_content/router.php:125 |
17 | ContentRouter->getArticleSegment() | Même appel que celui de la ligne ci-dessous. |
16 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
15 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
14 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
13 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:676 |
12 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
11 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:155 |
10 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:144 |
9 | Joomla\CMS\Router\Route::link() | JROOT/libraries/src/Router/Route.php:93 |
8 | Joomla\CMS\Router\Route::_() | JROOT/plugins/system/sef/sef.php:110 |
7 | PlgSystemSef->onAfterRender() | JROOT/libraries/joomla/event/event.php:70 |
6 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
5 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
4 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/libraries/src/Application/CMSApplication.php:1118 |
3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
6 × SELECT DISTINCT a.id, a.title, a.name, a.checked_out, a.checked_out_time, a.note, a.state, a.access, a.created_time, a.created_user_id, a.ordering, a.language, a.fieldparams, a.params, a.type, a.default_value, a.context, a.group_id, a.label, a.description, a.required,l.title AS language_title, l.image AS language_image,uc.name AS editor,ag.title AS access_level,ua.name AS author_name,g.title AS group_title, g.access as group_access, g.state AS group_state, g.note as group_note
FROM a5uv2_fields AS a
LEFT JOIN `a5uv2_languages` AS l
ON l.lang_code = a.language
LEFT JOIN a5uv2_users AS uc
ON uc.id=a.checked_out
LEFT JOIN a5uv2_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN a5uv2_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN a5uv2_fields_groups AS g
ON g.id = a.group_id
3 × SELECT `alias`
FROM `a5uv2_content`
3 × SELECT *
FROM a5uv2_assets
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `a5uv2_extensions`
2 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `a5uv2_assets`
1 × SELECT `data`
FROM `a5uv2_session`
1 × SELECT b.id
FROM a5uv2_user_usergroup_map AS map
LEFT JOIN a5uv2_usergroups AS a
ON a.id = map.group_id
LEFT JOIN a5uv2_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT c.id, c.asset_id, c.access, c.alias, c.checked_out, c.checked_out_time, c.created_time, c.created_user_id, c.description, c.extension, c.hits, c.language, c.level, c.lft, c.metadata, c.metadesc, c.metakey, c.modified_time, c.note, c.params, c.parent_id, c.path, c.published, c.rgt, c.title, c.modified_user_id, c.version,
CASE WHEN CHAR_LENGTH(c.alias) != 0 THEN CONCAT_WS(':', c.id, c.alias) ELSE c.id END as slug
FROM `a5uv2_categories` AS `s`
INNER JOIN `a5uv2_categories` AS `c`
ON (s.lft < c.lft
AND c.lft < s.rgt
AND c.language IN ('fr-FR','*')) OR (c.lft <= s.lft
AND s.rgt <= c.rgt)
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `a5uv2_menu` AS `c`
INNER JOIN `a5uv2_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `a5uv2_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `a5uv2_menu` AS `c2`
ON a2.id = c2.`id`
1 × SELECT *
FROM a5uv2_sendinblue_subscription_form
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM a5uv2_modules AS m
LEFT JOIN a5uv2_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN a5uv2_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
1 × SELECT language,id
FROM `a5uv2_menu`
1 × SELECT name
FROM a5uv2_zoo_tag
1 × SELECT b.id
FROM a5uv2_zoo_category_item AS a JOIN a5uv2_zoo_category AS b
ON a.category_id = b.id
1 × SELECT custom_data
FROM a5uv2_extensions
1 × SELECT *
FROM `a5uv2_users`
1 × SELECT `g`.`id`,`g`.`title`
FROM `a5uv2_usergroups` AS g
INNER JOIN `a5uv2_user_usergroup_map` AS m
ON m.group_id = g.id
1 × SELECT `session_id`
FROM `a5uv2_session`
1 × SELECT id
FROM a5uv2_users
1 × SELECT id, home, template, s.params
FROM a5uv2_template_styles as s
LEFT JOIN a5uv2_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT id
FROM a5uv2_zoo_item
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 a5uv2_menu AS m
LEFT JOIN a5uv2_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT id,template
FROM a5uv2_template_styles
1 × SELECT `element`,`name`,`client_id`,`extension_id`
FROM `a5uv2_extensions`
1 × SELECT *
FROM a5uv2_languages
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM a5uv2_extensions
1 × SELECT b.id
FROM a5uv2_usergroups AS a
LEFT JOIN a5uv2_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `a5uv2_viewlevels
1 × SELECT alias
FROM a5uv2_content