{
"__default": {
"session": {
"counter": 17,
"timer": {
"start": 1790041854,
"last": 1790041859,
"now": 1790041860
},
"token": "8kxdXugXvzHz5OUh70vuoANMHPMtcWdu"
},
"registry": {},
"user": {
"id": 0,
"name": null,
"username": null,
"email": null,
"password": null,
"password_clear": "",
"block": null,
"sendEmail": 0,
"registerDate": null,
"lastvisitDate": null,
"activation": null,
"params": null,
"groups": [],
"guest": 1,
"lastResetTime": null,
"resetCount": null,
"requireReset": null,
"aid": 0
},
"plg_system_languagefilter": {
"language": "de-DE"
},
"com_mailto": {
"links": {
"2fdaa840d9bd7bc4bde0d6c1f0918697a19e4b1b": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Wochen\u00fcbersicht/2019/5/27/-",
"expiry": 1790041855
},
"c273e532dc227f0ba89004c0bd360f5381fb3987": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Tages\u00fcbersicht/2019/4/2/-",
"expiry": 1790041855
},
"3bdb849fa0356b133b6fbfb10d2163a050e7453e": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Tages\u00fcbersicht/2019/7/2/-",
"expiry": 1790041856
},
"8be304b22181d1642f7ca609dd32e2d19e11438e": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Tages\u00fcbersicht/2020/2/3/-",
"expiry": 1790041856
},
"e55d6a733c7eded791510db5597c2295883a382d": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Tages\u00fcbersicht/2019/8/2/-",
"expiry": 1790041857
},
"2c415c3a6b8e64561c96807969cd1b82b54f0329": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Tages\u00fcbersicht/2019/3/24/-",
"expiry": 1790041858
},
"0620d194562d687cce87425f4f0ad92637cd8323": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Tages\u00fcbersicht/2020/2/7/-",
"expiry": 1790041858
},
"7477748f8a9108aa18dcfb1520a322bbb50d6563": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Tages\u00fcbersicht/2019/9/2/-",
"expiry": 1790041858
},
"1c8f310c46462a7fffb4f74f70391bd844eada2f": {
"link": "https://cachaca-online.de/de/events-jahresuebersicht/Wochen\u00fcbersicht/2022/10/3/-",
"expiry": 1790041859
}
}
}
}
}
SELECT id, rules
FROM `jos_viewlevels`
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | jos_viewlevels | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5 | 100.00 | NULL |
| Status | Duration |
|---|---|
| starting | 0.76 ms |
| checking permissions | 0.07 ms |
| Opening tables | 0.19 ms |
| init | 0.15 ms |
| System lock | 0.18 ms |
| optimizing | 0.02 ms |
| statistics | 0.18 ms |
| preparing | 0.07 ms |
| executing | 0.01 ms |
| Sending data | 0.41 ms |
| end | 0.02 ms |
| query end | 0.03 ms |
| closing tables | 0.02 ms |
| freeing items | 0.07 ms |
| cleaning up | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|---|---|
| 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 |
SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
| 1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | 100.00 | Using where; Using index |
| Status | Duration |
|---|---|
| starting | 0.17 ms |
| checking permissions | 0.01 ms |
| checking permissions | 0.01 ms |
| Opening tables | 0.04 ms |
| init | 0.06 ms |
| System lock | 0.01 ms |
| optimizing | 0.07 ms |
| statistics | 0.29 ms |
| preparing | 0.04 ms |
| executing | 0.01 ms |
| Sending data | 0.07 ms |
| end | 0.02 ms |
| query end | 0.02 ms |
| closing tables | 0.01 ms |
| freeing items | 0.26 ms |
| cleaning up | 0.03 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|---|---|
| 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 |
UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"2b819b9b1fe7445504bb5ebe4ef32739\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | UPDATE | jos_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
| Status | Duration |
|---|---|
| starting | 0.84 ms |
| checking permissions | 0.10 ms |
| Opening tables | 0.31 ms |
| init | 0.21 ms |
| System lock | 0.69 ms |
| updating | 0.53 ms |
| end | 0.09 ms |
| query end | 0.48 ms |
| closing tables | 0.06 ms |
| freeing items | 0.20 ms |
| cleaning up | 0.02 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|---|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 15 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 14 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 13 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 12 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 11 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Cache/Cache.php:518 |
| 10 | Joomla\CMS\Cache\Cache::getWorkarounds() | JROOT/libraries/src/Cache/Controller/PageController.php:105 |
| 9 | Joomla\CMS\Cache\Controller\PageController->get() | JROOT/plugins/system/cache/cache.php:123 |
| 8 | PlgSystemCache->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 |
1 × SELECT id, rules
FROM `jos_viewlevels
1 × SELECT b.id
FROM jos_usergroups AS a
LEFT JOIN jos_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × UPDATE `jos_extensions`
SET `params` = '{\"mediaversion\":\"2b819b9b1fe7445504bb5ebe4ef32739\"}'