Abfragezeit: 0.22 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 3.970 MB Zeilen zurückgegeben: 0
SELECT `session_id`
FROM `xcp3a_session`
WHERE `session_id` = X'6363396136663165646539333161383361316661373537653465653430383733'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_session | const | PRIMARY | PRIMARY | 194 | const | 1 | Using index |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Executing | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 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 |
Abfragezeit: 0.26 ms Nach letzter Abfrage: 0.06 ms Abfragespeichernutzung: 0.003 MB Speichernutzung vor Abfrage: 3.975 MB
INSERT INTO `xcp3a_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
(X'6363396136663165646539333161383361316661373537653465653430383733', 1, 1784216674, 0, '', 0)
„EXPLAIN“ unmöglich für Abfrage: INSERT INTO `xcp3a_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
(X'6363396136663165646539333161383361316661373537653465653430383733', 1, 1784216674, 0, '', 0)
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init for update | 0.01 ms |
| Update | 0.05 ms |
| Waiting for query cache lock | 0.00 ms |
| Update | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.03 ms |
| Writing to binlog | 0.00 ms |
| Commit | 0.01 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 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 |
Abfragezeit: 0.40 ms Nach letzter Abfrage: 1.68 ms Abfragespeichernutzung: 0.053 MB Speichernutzung vor Abfrage: 4.162 MB Zeilen zurückgegeben: 45
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `xcp3a_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 | xcp3a_extensions | ref | extension | extension | 82 | const | 46 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.15 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 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}() | Derselbe Aufruf in der Zeile darunter. |
| 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 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 1.58 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 4.421 MB Zeilen zurückgegeben: 5
SELECT id, rules
FROM `xcp3a_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_viewlevels | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 5 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.01 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 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 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 4.431 MB Zeilen zurückgegeben: 1
SELECT b.id
FROM xcp3a_usergroups AS a
LEFT JOIN xcp3a_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
| 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 | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | Using where; Using index |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 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 |
Abfragezeit: 0.56 ms Nach letzter Abfrage: 0.45 ms Abfragespeichernutzung: 0.022 MB Speichernutzung vor Abfrage: 4.498 MB Zeilen zurückgegeben: 109
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM xcp3a_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_extensions | ALL | extension | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 305 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.33 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 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}() | Derselbe Aufruf in der Zeile darunter. |
| 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 |
Abfragezeit: 0.23 ms Nach letzter Abfrage: 14.09 ms Abfragespeichernutzung: 0.022 MB Speichernutzung vor Abfrage: 7.343 MB Zeilen zurückgegeben: 1
SELECT *
FROM `xcp3a_nextend2_section_storage`
WHERE `application` = 'smartslider'
AND `section` = 'settings'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_nextend2_section_storage | ref | application,application_2 | application_2 | 284 | const,const | 1 | Using index condition; Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.01 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1465 |
| 13 | JDatabaseDriver->loadAssoc() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:182 |
| 12 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->setQuery() | JROOT/libraries/smartslider3/src/Framework/Database/Joomla/JoomlaConnectorTable.php:56 |
| 11 | Nextend\Framework\Database\Joomla\JoomlaConnectorTable->findByAttributes() | JROOT/libraries/smartslider3/src/Framework/Model/ApplicationSection.php:44 |
| 10 | Nextend\Framework\Model\ApplicationSection->get() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:17 |
| 9 | Nextend\SmartSlider3\Settings::getAll() | JROOT/libraries/smartslider3/src/SmartSlider3/Settings.php:25 |
| 8 | Nextend\SmartSlider3\Settings::get() | JROOT/plugins/system/smartslider3/smartslider3.php:16 |
| 7 | require_once JROOT/plugins/system/smartslider3/smartslider3.php | JROOT/libraries/src/Plugin/PluginHelper.php:251 |
| 6 | Joomla\CMS\Plugin\PluginHelper::import() | JROOT/libraries/src/Plugin/PluginHelper.php:182 |
| 5 | Joomla\CMS\Plugin\PluginHelper::importPlugin() | JROOT/libraries/src/Application/CMSApplication.php:667 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:686 |
| 3 | Joomla\CMS\Application\SiteApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:212 |
| 2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:225 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.13 ms Nach letzter Abfrage: 14.67 ms Abfragespeichernutzung: 0.188 MB Speichernutzung vor Abfrage: 9.537 MB Zeilen zurückgegeben: 300
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 xcp3a_menu AS m
LEFT JOIN xcp3a_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 | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 436 | Using where; filesort wurde genutzt |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | d038b6db.m.component_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.91 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Menu/SiteMenu.php:101 |
| 14 | Joomla\CMS\Menu\SiteMenu->load() | JROOT/libraries/src/Menu/AbstractMenu.php:78 |
| 13 | Joomla\CMS\Menu\AbstractMenu->__construct() | JROOT/libraries/src/Menu/SiteMenu.php:62 |
| 12 | Joomla\CMS\Menu\SiteMenu->__construct() | JROOT/libraries/src/Menu/AbstractMenu.php:142 |
| 11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:417 |
| 10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
| 9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/plugins/system/t4/t4.php:90 |
| 8 | PlgSystemT4->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 |
Abfragezeit: 0.16 ms Nach letzter Abfrage: 0.99 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 10.189 MB Zeilen zurückgegeben: 2
SELECT *
FROM xcp3a_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_languages | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 2 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
| 10 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/plugins/system/t4/src/t4/MVC/Router/T4.php:90 |
| 9 | T4\MVC\Router\T4->__construct() | JROOT/plugins/system/t4/t4.php:90 |
| 8 | PlgSystemT4->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 |
Abfragezeit: 0.17 ms Nach letzter Abfrage: 6.93 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 11.126 MB Zeilen zurückgegeben: 1
SELECT *
FROM xcp3a_menu
WHERE alias ='gemeinden'
AND published=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_menu | ref | idx_alias | idx_alias | 402 | const | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 12 | JDatabaseDriver->loadObject() | JROOT/plugins/system/t4/src/t4/MVC/Router/T4.php:352 |
| 11 | T4\MVC\Router\T4->getMenuByAlias() | JROOT/plugins/system/t4/src/t4/MVC/Router/T4.php:132 |
| 10 | T4\MVC\Router\T4->parseRule() | Derselbe Aufruf in der Zeile darunter. |
| 9 | call_user_func_array() | JROOT/libraries/src/Router/Router.php:596 |
| 8 | Joomla\CMS\Router\Router->processParseRules() | JROOT/libraries/src/Router/SiteRouter.php:597 |
| 7 | Joomla\CMS\Router\SiteRouter->processParseRules() | JROOT/libraries/src/Router/Router.php:212 |
| 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 |
Abfragezeit: 0.43 ms Nach letzter Abfrage: 1.00 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 11.344 MB Zeilen zurückgegeben: 45
SELECT `id`,`name`,`rules`,`parent_id`
FROM `xcp3a_assets`
WHERE `name` IN ('root.1','com_accordeonmenuck','com_actionlogs','com_admin','com_ajax','com_associations','com_banners','com_cache','com_categories','com_checkin','com_chronoforms8','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jaextmanager','com_jce','com_jchoptimize','com_jevents','com_joomgallery','com_joomlaupdate','com_k2','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_mobilemenuck','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_smartslider3','com_tags','com_templates','com_users','com_weblinks','com_wrapper')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 46 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.05 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.18 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 11 | Joomla\CMS\User\User->authorise() | JROOT/plugins/system/advancedmodules/src/Document.php:30 |
| 10 | RegularLabs\Plugin\System\AdvancedModules\Document::loadFrontEditScript() | JROOT/plugins/system/advancedmodules/advancedmodules.php:95 |
| 9 | PlgSystemAdvancedModules->handleOnAfterRoute() | JROOT/libraries/regularlabs/src/SystemPlugin.php:192 |
| 8 | RegularLabs\Library\SystemPlugin->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 |
Abfragezeit: 0.27 ms Nach letzter Abfrage: 0.72 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 11.452 MB Zeilen zurückgegeben: 3
SELECT id, home, template, s.params
FROM xcp3a_template_styles as s
LEFT JOIN xcp3a_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 | e | ref | element_clientid,element_folder_clientid,extension | extension | 82 | const | 3 | Using index condition; Using where |
| 1 | SIMPLE | s | ref|filter | idx_template,idx_client_id,idx_client_id_home | idx_template|idx_client_id | 202|1 | d038b6db.e.element | 1 (60%) | Using index condition; Using where; Using rowid filter |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.04 ms |
| Preparing | 0.03 ms |
| Executing | 0.00 ms |
| Sending data | 0.04 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
| 10 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/plugins/system/t4/src/t4/T4.php:106 |
| 9 | T4\T4->init() | JROOT/plugins/system/t4/t4.php:111 |
| 8 | PlgSystemT4->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 |
Abfragezeit: 0.18 ms Nach letzter Abfrage: 0.36 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 11.493 MB Zeilen zurückgegeben: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `xcp3a_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 18 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 17 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Derselbe Aufruf in der Zeile darunter. |
| 16 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 15 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 14 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 13 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 12 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:374 |
| 8 | plgSystemK2->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 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 11.486 MB
UPDATE `xcp3a_extensions`
SET `params` = '{\"mediaversion\":\"c60f3218fd3abfe0d38691b4767954ef\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
„EXPLAIN“ unmöglich für Abfrage: UPDATE `xcp3a_extensions`
SET `params` = '{\"mediaversion\":\"c60f3218fd3abfe0d38691b4767954ef\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init for update | 0.04 ms |
| Updating | 0.03 ms |
| End of update loop | 0.00 ms |
| Waiting for query cache lock | 0.00 ms |
| End of update loop | 0.01 ms |
| Query end | 0.00 ms |
| Commit | 0.03 ms |
| Writing to binlog | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 13 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 12 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 11 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 10 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 9 | Joomla\CMS\Factory::getDocument() | JROOT/plugins/system/k2/k2.php:374 |
| 8 | plgSystemK2->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 |
Abfragezeit: 0.51 ms Nach letzter Abfrage: 23.94 ms Abfragespeichernutzung: 0.027 MB Speichernutzung vor Abfrage: 16.222 MB Zeilen zurückgegeben: 31
SHOW FULL COLUMNS
FROM `xcp3a_content`
„EXPLAIN“ unmöglich für Abfrage: SHOW FULL COLUMNS FROM `xcp3a_content`
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.00 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.14 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| checking permissions | 0.06 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.03 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.04 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 23 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 22 | Joomla\CMS\Table\Table->__construct() | JROOT/libraries/src/Table/Content.php:39 |
| 21 | Joomla\CMS\Table\Content->__construct() | JROOT/libraries/src/Table/Table.php:328 |
| 20 | Joomla\CMS\Table\Table::getInstance() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:15 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.59 ms Nach letzter Abfrage: 5.54 ms Abfragespeichernutzung: 0.028 MB Speichernutzung vor Abfrage: 17.059 MB Zeilen zurückgegeben: 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 xcp3a_fields AS a
LEFT JOIN `xcp3a_languages` AS l
ON l.lang_code = a.language
LEFT JOIN xcp3a_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xcp3a_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN xcp3a_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN xcp3a_fields_groups AS g
ON g.id = a.group_id
WHERE a.context = 'com_content.article'
AND a.access IN (1,1)
AND (a.group_id = 0 OR g.access IN (1,1))
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_state | 1 | const | 1 | Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | l | eq_ref | idx_langcode | idx_langcode | 28 | d038b6db.a.language | 1 | Using where |
| 1 | SIMPLE | uc | eq_ref | PRIMARY | PRIMARY | 4 | d038b6db.a.checked_out | 1 | |
| 1 | SIMPLE | ag | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | ua | eq_ref | PRIMARY | PRIMARY | 4 | d038b6db.a.created_user_id | 1 | Using where |
| 1 | SIMPLE | g | eq_ref | PRIMARY | PRIMARY | 4 | d038b6db.a.group_id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.09 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.03 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.11 ms |
| Creating sort index | 0.03 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:322 |
| 27 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/administrator/components/com_fields/models/fields.php:333 |
| 26 | FieldsModelFields->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:194 |
| 25 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:136 |
| 24 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:495 |
| 23 | PlgSystemFields->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 1.14 ms Nach letzter Abfrage: 0.77 ms Abfragespeichernutzung: 0.359 MB Speichernutzung vor Abfrage: 17.160 MB Zeilen zurückgegeben: 113
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM xcp3a_modules AS m
LEFT JOIN xcp3a_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN xcp3a_advancedmodules as am
ON am.moduleid = m.id
WHERE m.published = 1
AND e.enabled = 1
AND m.access IN (1,1)
AND m.client_id = 0
ORDER BY m.position, m.ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ALL | published,newsfeeds | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 232 | Using where; filesort wurde genutzt |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid | element_clientid | 403 | d038b6db.m.module,const | 1 | Using index condition; Using where |
| 1 | SIMPLE | am | eq_ref | PRIMARY | PRIMARY | 4 | d038b6db.m.id | 1 | Using where |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.94 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 32 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 31 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:278 |
| 30 | PlgSystemAdvancedModuleHelper->getModuleList() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:60 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.13 ms Nach letzter Abfrage: 1.97 ms Abfragespeichernutzung: 0.031 MB Speichernutzung vor Abfrage: 17.822 MB Zeilen zurückgegeben: 1
SELECT t.parent_id
FROM xcp3a_menu as t
WHERE t.id = 1061
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | t | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:151 |
| 34 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:72 |
| 33 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:54 |
| 32 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:781 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:201 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:110 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.12 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.031 MB Speichernutzung vor Abfrage: 17.838 MB Zeilen zurückgegeben: 1
SELECT t.parent_id
FROM xcp3a_menu as t
WHERE t.id = 116
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | t | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:151 |
| 34 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:72 |
| 33 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:54 |
| 32 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:781 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:201 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:110 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.10 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.031 MB Speichernutzung vor Abfrage: 17.853 MB Zeilen zurückgegeben: 1
SELECT t.parent_id
FROM xcp3a_menu as t
WHERE t.id = 152
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | t | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:151 |
| 34 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:72 |
| 33 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:54 |
| 32 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:781 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:201 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:110 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 0.02 ms Abfragespeichernutzung: 0.031 MB Speichernutzung vor Abfrage: 17.868 MB Zeilen zurückgegeben: 1
SELECT t.parent_id
FROM xcp3a_menu as t
WHERE t.id = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | t | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 35 | JDatabaseDriver->loadResult() | JROOT/libraries/regularlabs/src/Condition.php:151 |
| 34 | RegularLabs\Library\Condition->getParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:72 |
| 33 | RegularLabs\Library\Condition\Menu->getMenuParentIds() | JROOT/libraries/regularlabs/src/Condition/Menu.php:54 |
| 32 | RegularLabs\Library\Condition\Menu->pass() | JROOT/libraries/regularlabs/src/Conditions.php:781 |
| 31 | RegularLabs\Library\Conditions::passByType() | JROOT/libraries/regularlabs/src/Conditions.php:201 |
| 30 | RegularLabs\Library\Conditions::pass() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:110 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.14 ms Nach letzter Abfrage: 2.47 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.148 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 339
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.12 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.162 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 339
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.10 ms Nach letzter Abfrage: 0.13 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.187 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 347
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.09 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.201 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 347
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.02 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.14 ms Nach letzter Abfrage: 0.15 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.225 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 351
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.15 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.239 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 351
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.13 ms Nach letzter Abfrage: 0.14 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.262 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 355
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.08 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.276 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 355
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.15 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.299 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 359
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.02 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.17 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.314 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 359
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.09 ms Nach letzter Abfrage: 0.14 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.337 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 364
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.09 ms Nach letzter Abfrage: 0.04 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.353 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 364
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 0.14 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.377 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 367
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.13 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.391 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 367
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.11 ms Nach letzter Abfrage: 0.15 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.414 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 371
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.10 ms Nach letzter Abfrage: 0.04 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.428 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 371
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 0.14 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.451 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 375
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.466 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 375
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.16 ms Nach letzter Abfrage: 0.16 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.489 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 379
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.12 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.503 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 379
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.10 ms Nach letzter Abfrage: 0.13 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.526 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 383
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.10 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.540 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 383
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 0.14 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.564 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 387
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.578 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 387
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.12 ms Nach letzter Abfrage: 0.17 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.601 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 408
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.10 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.615 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 408
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.10 ms Nach letzter Abfrage: 0.14 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.638 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 409
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.652 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 409
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 0.14 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.676 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 410
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.11 ms Nach letzter Abfrage: 0.03 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.690 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 410
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.03 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.02 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.11 ms Nach letzter Abfrage: 0.16 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.720 MB Zeilen zurückgegeben: 1
SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 421
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:239 |
| 31 | PlgSystemAdvancedModuleHelper->getMirrorModuleIdById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:491 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.04 ms Abfragespeichernutzung: 0.030 MB Speichernutzung vor Abfrage: 18.734 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM xcp3a_advancedmodules AS a
WHERE a.moduleid = 421
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 33 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 32 | JDatabaseDriver->loadResult() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:191 |
| 31 | PlgSystemAdvancedModuleHelper->getAdvancedParamsById() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:527 |
| 30 | PlgSystemAdvancedModuleHelper->setMirrorParams() | JROOT/plugins/system/advancedmodules/src/Helpers/advancedmodulehelper.php:103 |
| 29 | PlgSystemAdvancedModuleHelper->onPrepareModuleList() | JROOT/libraries/joomla/event/dispatcher.php:165 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:366 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.16 ms Nach letzter Abfrage: 5.11 ms Abfragespeichernutzung: 0.093 MB Speichernutzung vor Abfrage: 19.093 MB Zeilen zurückgegeben: 1
SELECT params,layoutcss,state
from xcp3a_mobilemenuck_styles
WHERE id = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_mobilemenuck_styles | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.01 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.02 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 34 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 33 | JDatabaseDriver->loadObject() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:660 |
| 32 | PlgSystemMobilemenuck->getStylesCss() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:472 |
| 31 | PlgSystemMobilemenuck->loadAssets() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:370 |
| 30 | PlgSystemMobilemenuck->onAfterModuleList() | JROOT/libraries/joomla/event/event.php:70 |
| 29 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 28 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 27 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:374 |
| 26 | Joomla\CMS\Helper\_JModuleHelper::load() | JROOT/cache/t4core/ModuleHelper.php:87 |
| 25 | Joomla\CMS\Helper\_JModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:169 |
| 24 | PlgContentLoadmodule->_load() | JROOT/plugins/content/loadmodule/loadmodule.php:81 |
| 23 | PlgContentLoadmodule->onContentPrepare() | JROOT/libraries/joomla/event/event.php:70 |
| 22 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 21 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 20 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/components/com_jevents/views/default/helpers/defaultloadmodules.php:23 |
| 19 | DefaultLoadModules() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 18 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader16.php:15 |
| 17 | FlatplusViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/flatplus/helpers/flatplusviewhelperheader.php:5 |
| 15 | FlatplusViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
| 14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:4 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.34 ms Nach letzter Abfrage: 5.63 ms Abfragespeichernutzung: 0.028 MB Speichernutzung vor Abfrage: 19.765 MB Zeilen zurückgegeben: 18
SHOW FULL COLUMNS
FROM `xcp3a_jev_users`
„EXPLAIN“ unmöglich für Abfrage: SHOW FULL COLUMNS FROM `xcp3a_jev_users`
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.10 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.00 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| checking permissions | 0.04 ms |
| closing tables | 0.00 ms |
| checking permissions | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.04 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:448 |
| 27 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:261 |
| 26 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:180 |
| 25 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_jevents/tables/jevuser.php:75 |
| 24 | TableUser->__construct() | JROOT/components/com_jevents/libraries/helper.php:1851 |
| 23 | JEVHelper::getAuthorisedUser() | JROOT/components/com_jevents/libraries/helper.php:1706 |
| 22 | JEVHelper::isEventCreator() | JROOT/components/com_jevents/libraries/filters/Published.php:86 |
| 21 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:186 |
| 20 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:257 |
| 19 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:3013 |
| 18 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2960 |
| 17 | JEventsDBModel->listIcalEventsByDay() | JROOT/components/com_jevents/libraries/datamodel.php:814 |
| 16 | JEventsDataModel->getDayData() | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php:9 |
| 15 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:7 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.13 ms Nach letzter Abfrage: 0.05 ms Abfragespeichernutzung: 0.027 MB Speichernutzung vor Abfrage: 19.796 MB Zeilen zurückgegeben: 0
SELECT tl.*, ju.name as jname, ju.username
FROM xcp3a_jev_users AS tl
LEFT JOIN xcp3a_users as ju
ON tl.user_id=ju.id
WHERE ju.id IN ( 0 )
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.00 ms |
| Executing | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 25 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_jevents/tables/jevuser.php:296 |
| 24 | TableUser::getUsersByUserid() | JROOT/components/com_jevents/libraries/helper.php:1858 |
| 23 | JEVHelper::getAuthorisedUser() | JROOT/components/com_jevents/libraries/helper.php:1706 |
| 22 | JEVHelper::isEventCreator() | JROOT/components/com_jevents/libraries/filters/Published.php:86 |
| 21 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:186 |
| 20 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:257 |
| 19 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:3013 |
| 18 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2960 |
| 17 | JEventsDBModel->listIcalEventsByDay() | JROOT/components/com_jevents/libraries/datamodel.php:814 |
| 16 | JEventsDataModel->getDayData() | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php:9 |
| 15 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:7 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.38 ms Nach letzter Abfrage: 1.05 ms Abfragespeichernutzung: 0.044 MB Speichernutzung vor Abfrage: 19.918 MB Zeilen zurückgegeben: 33
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 `xcp3a_categories` AS `c`
WHERE (c.extension='com_jevents' OR c.extension='system')
AND c.access IN (1,1)
AND c.published = 1
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | ALL | cat_idx,idx_access | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 47 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.04 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.12 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 28 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 27 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
| 26 | Joomla\CMS\Categories\Categories->_load() | JROOT/components/com_jevents/helpers/category.php:53 |
| 25 | JEventsCategories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
| 24 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_jevents/libraries/dbmodel.php:427 |
| 23 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:1021 |
| 22 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:47 |
| 21 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:186 |
| 20 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:257 |
| 19 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:3013 |
| 18 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2960 |
| 17 | JEventsDBModel->listIcalEventsByDay() | JROOT/components/com_jevents/libraries/datamodel.php:814 |
| 16 | JEventsDataModel->getDayData() | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php:9 |
| 15 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:7 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.26 ms Nach letzter Abfrage: 0.43 ms Abfragespeichernutzung: 0.026 MB Speichernutzung vor Abfrage: 20.106 MB Zeilen zurückgegeben: 2
SELECT c.id
FROM xcp3a_categories AS c
WHERE c.access IN (1,1)
AND c.published = 1
AND c.language in ('de-DE','*')
AND c.extension = 'com_jevents'
AND ((c.lft>=20
AND c.rgt<=21 ) OR (c.lft>=60
AND c.rgt<=61 ))
ORDER BY c.lft asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,idx_language | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 47 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.00 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.00 ms |
| Creating sort index | 0.06 ms |
| End of update loop | 0.02 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 24 | JDatabaseDriver->loadColumn() | JROOT/components/com_jevents/libraries/dbmodel.php:563 |
| 23 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:1021 |
| 22 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:47 |
| 21 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:186 |
| 20 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:257 |
| 19 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:3013 |
| 18 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2960 |
| 17 | JEventsDBModel->listIcalEventsByDay() | JROOT/components/com_jevents/libraries/datamodel.php:814 |
| 16 | JEventsDataModel->getDayData() | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php:9 |
| 15 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:7 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.54 ms Nach letzter Abfrage: 0.29 ms Abfragespeichernutzung: 0.042 MB Speichernutzung vor Abfrage: 20.135 MB Zeilen zurückgegeben: 0
SELECT det.evdet_id as detailid, rpt.*, ev.*, rr.*, det.* , ev.rawdata as evrawdata, ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM xcp3a_jevents_repetition as rpt
INNER JOIN xcp3a_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN xcp3a_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN xcp3a_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN xcp3a_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,12,34)
AND rpt.endrepeat >= '2021-05-27 00:00:00'
AND rpt.startrepeat <= '2021-05-27 23:59:59'
AND NOT (rpt.startrepeat < '2021-05-27 00:00:00'
AND det.multiday=0)
AND ev.state=1
AND ev.access IN (1,1)
AND icsf.state=1
AND icsf.access IN (1,1)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | rpt | ALL | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1883 | Using where |
| 1 | SIMPLE | ev | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | d038b6db.rpt.eventid | 1 | Using where |
| 1 | SIMPLE | det | eq_ref | PRIMARY,multiday | PRIMARY | 4 | d038b6db.rpt.eventdetail_id | 1 | Using where |
| 1 | SIMPLE | icsf | eq_ref | PRIMARY,stateidx | PRIMARY | 4 | d038b6db.ev.icsid | 1 | Using where |
| 1 | SIMPLE | rr | ref | eventid | eventid | 4 | d038b6db.rpt.eventid | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.06 ms |
| Preparing | 0.02 ms |
| Executing | 0.00 ms |
| Sending data | 0.21 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:3305 |
| 19 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:3236 |
| 18 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2960 |
| 17 | JEventsDBModel->listIcalEventsByDay() | JROOT/components/com_jevents/libraries/datamodel.php:814 |
| 16 | JEventsDataModel->getDayData() | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php:9 |
| 15 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents_body.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/day/tmpl/listevents.php:7 |
| 13 | include JROOT/components/com_jevents/views/default/day/tmpl/listevents.php | JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php:4 |
| 12 | include JROOT/components/com_jevents/views/flatplus/day/tmpl/listevents.php | JROOT/plugins/system/t4/src/joomla/src/MVC/View/HtmlView.php:119 |
| 11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/cache/t4core/HtmlView.php:230 |
| 10 | Joomla\CMS\MVC\View\_JHtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:133 |
| 9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/day.php:89 |
| 8 | DayController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:702 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:365 |
| 6 | require_once JROOT/components/com_jevents/jevents.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 |
Abfragezeit: 0.58 ms Nach letzter Abfrage: 15.65 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 20.984 MB Zeilen zurückgegeben: 160
SHOW TABLES
„EXPLAIN“ unmöglich für Abfrage: SHOW TABLES
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.01 ms |
| Preparing | 0.01 ms |
| Executing | 0.00 ms |
| Filling schema table | 0.00 ms |
| checking permissions | 0.26 ms |
| Executing | 0.01 ms |
| Sending data | 0.05 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Removing tmp table | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1550 |
| 11 | JDatabaseDriver->loadColumn() | JROOT/libraries/joomla/database/driver/mysqli.php:505 |
| 10 | JDatabaseDriverMysqli->getTableList() | JROOT/plugins/system/mobilemenuck/helpers/helper.php:186 |
| 9 | Mobilemenuck\Helper::searchTable() | JROOT/plugins/system/mobilemenuck/helpers/helper.php:174 |
| 8 | Mobilemenuck\Helper::checkIsProVersion() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:699 |
| 7 | PlgSystemMobilemenuck->onBeforeRender() | 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:1102 |
| 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 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.10 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 20.991 MB Zeilen zurückgegeben: 0
SELECT *
FROM xcp3a_mobilemenuck_menus
WHERE state = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.02 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Executing | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.02 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 9 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:780 |
| 8 | PlgSystemMobilemenuck->loadMobileMenus() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:699 |
| 7 | PlgSystemMobilemenuck->onBeforeRender() | 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:1102 |
| 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 |
Abfragezeit: 0.16 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.083 MB Speichernutzung vor Abfrage: 21.007 MB Zeilen zurückgegeben: 1
SELECT params,layoutcss,state
from xcp3a_mobilemenuck_styles
WHERE id = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_mobilemenuck_styles | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 10 | JDatabaseDriver->loadObject() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:660 |
| 9 | PlgSystemMobilemenuck->getStylesCss() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:472 |
| 8 | PlgSystemMobilemenuck->loadAssets() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:703 |
| 7 | PlgSystemMobilemenuck->onBeforeRender() | 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:1102 |
| 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 |
Abfragezeit: 1.21 ms Nach letzter Abfrage: 9.34 ms Abfragespeichernutzung: 0.039 MB Speichernutzung vor Abfrage: 21.937 MB Zeilen zurückgegeben: 10
SELECT rpt.*, ev.*, rr.*, det.*, ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM xcp3a_jevents_repetition as rpt
INNER JOIN xcp3a_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN xcp3a_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN xcp3a_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN xcp3a_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,12,34)
AND rpt.endrepeat >= '2026-07-16 17:44:34'
AND rpt.startrepeat <= '2026-08-15 23:59:59'
AND (rpt.startrepeat >= '2026-07-16 00:00:00' OR det.multiday=1)
AND ev.state=1
AND ev.access IN (1,1)
AND icsf.state=1
AND icsf.access IN (1,1)
GROUP BY rpt.startrepeat , rpt.rp_id
ORDER BY rpt.startrepeat ASC
LIMIT 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | rpt | range | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 174 | Using index condition; Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | ev | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | d038b6db.rpt.eventid | 1 | Using where |
| 1 | SIMPLE | icsf | eq_ref | PRIMARY,stateidx | PRIMARY | 4 | d038b6db.ev.icsid | 1 | Using where |
| 1 | SIMPLE | det | eq_ref | PRIMARY,multiday | PRIMARY | 4 | d038b6db.rpt.eventdetail_id | 1 | Using where |
| 1 | SIMPLE | rr | ref | eventid | eventid | 4 | d038b6db.rpt.eventid | 1 | |
| Status | Duration |
|---|
| Starting | 0.08 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.02 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.04 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.04 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.60 ms |
| Creating sort index | 0.10 ms |
| Removing tmp table | 0.04 ms |
| Creating sort index | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.01 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:3305 |
| 15 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:74 |
| 14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:1932 |
| 13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:624 |
| 12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/flatplus/latest.php:29 |
| 11 | FlatplusModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:78 |
| 10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/cache/t4core/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.16 ms Nach letzter Abfrage: 2.28 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 22.505 MB Zeilen zurückgegeben: 0
SELECT *, summary as title, description as content
FROM xcp3a_jevents_translation
WHERE evdet_id IN(596071,596072,596079,596123,596099,596114,596115,596132,596133,596152)
AND language='de-DE'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.01 ms |
| Preparing | 0.00 ms |
| Executing | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 18 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 17 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:781 |
| 16 | JEventsDBModel::translateEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:3343 |
| 15 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:74 |
| 14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:1932 |
| 13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:624 |
| 12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/flatplus/latest.php:29 |
| 11 | FlatplusModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:78 |
| 10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/cache/t4core/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.66 ms Nach letzter Abfrage: 0.09 ms Abfragespeichernutzung: 0.040 MB Speichernutzung vor Abfrage: 22.520 MB Zeilen zurückgegeben: 0
SELECT rpt.*, ev.*, rr.*, det.*, ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM xcp3a_jevents_repetition as rpt
INNER JOIN xcp3a_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN xcp3a_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN xcp3a_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN xcp3a_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,12,34)
AND rpt.endrepeat >= '2026-07-16 00:00:00'
AND rpt.startrepeat <= '2026-07-16 17:44:34'
AND (rpt.startrepeat >= '2026-07-16 00:00:00' OR det.multiday=1)
AND ev.state=1
AND ev.access IN (1,1)
AND icsf.state=1
AND icsf.access IN (1,1)
GROUP BY rpt.startrepeat , rpt.rp_id
ORDER BY rpt.startrepeat desc
LIMIT 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | rpt | range | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 176 | Using index condition; Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | ev | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | d038b6db.rpt.eventid | 1 | Using where |
| 1 | SIMPLE | icsf | eq_ref | PRIMARY,stateidx | PRIMARY | 4 | d038b6db.ev.icsid | 1 | Using where |
| 1 | SIMPLE | det | eq_ref | PRIMARY,multiday | PRIMARY | 4 | d038b6db.rpt.eventdetail_id | 1 | Using where |
| 1 | SIMPLE | rr | ref | eventid | eventid | 4 | d038b6db.rpt.eventid | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.07 ms |
| Preparing | 0.04 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.24 ms |
| Creating sort index | 0.01 ms |
| Removing tmp table | 0.03 ms |
| Creating sort index | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:3305 |
| 15 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:74 |
| 14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:1990 |
| 13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:624 |
| 12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/flatplus/latest.php:29 |
| 11 | FlatplusModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:78 |
| 10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/cache/t4core/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.66 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.039 MB Speichernutzung vor Abfrage: 22.530 MB Zeilen zurückgegeben: 0
SELECT rpt.*, ev.*, rr.*, det.*, ev.state as published, ev.created as created
, YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup
, YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn
, HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup
, HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM xcp3a_jevents_repetition as rpt
INNER JOIN xcp3a_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN xcp3a_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN xcp3a_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN xcp3a_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,12,34)
AND rpt.endrepeat >= '2026-07-16 00:00:00'
AND rpt.startrepeat <= '2026-07-16 17:44:34'
AND (rpt.startrepeat <= '2026-07-16 00:00:00' OR det.multiday=1)
AND ev.state=1
AND ev.access IN (1,1)
AND icsf.state=1
AND icsf.access IN (1,1)
GROUP BY rpt.startrepeat , rpt.rp_id
ORDER BY rpt.startrepeat asc
LIMIT 10
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | rpt | range | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 176 | Using index condition; Using where; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | ev | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | d038b6db.rpt.eventid | 1 | Using where |
| 1 | SIMPLE | icsf | eq_ref | PRIMARY,stateidx | PRIMARY | 4 | d038b6db.ev.icsid | 1 | Using where |
| 1 | SIMPLE | det | eq_ref | PRIMARY,multiday | PRIMARY | 4 | d038b6db.rpt.eventdetail_id | 1 | Using where |
| 1 | SIMPLE | rr | ref | eventid | eventid | 4 | d038b6db.rpt.eventid | 1 | |
| Status | Duration |
|---|
| Starting | 0.05 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.03 ms |
| Optimizing | 0.02 ms |
| Statistics | 0.05 ms |
| Preparing | 0.03 ms |
| Creating tmp table | 0.03 ms |
| Sorting result | 0.01 ms |
| Executing | 0.00 ms |
| Sending data | 0.28 ms |
| Creating sort index | 0.01 ms |
| Removing tmp table | 0.03 ms |
| Creating sort index | 0.00 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.01 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:3305 |
| 15 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:74 |
| 14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:2047 |
| 13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:624 |
| 12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/flatplus/latest.php:29 |
| 11 | FlatplusModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:78 |
| 10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/cache/t4core/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.92 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 22.599 MB Zeilen zurückgegeben: 0
SELECT `c2`.`language`,`c2`.`id`
FROM `xcp3a_menu` AS `c`
INNER JOIN `xcp3a_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `xcp3a_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `xcp3a_menu` AS `c2`
ON a2.id = c2.`id`
WHERE c.id = 1061
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | NULL | NULL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | NULL | Impossible WHERE noticed after reading const tables |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.03 ms |
| Preparing | 0.00 ms |
| Executing | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/Associations.php:115 |
| 15 | Joomla\CMS\Language\Associations::getAssociations() | JROOT/administrator/components/com_menus/helpers/menus.php:321 |
| 14 | MenusHelper::getAssociations() | JROOT/components/com_jevents/libraries/jicaleventrepeat.php:292 |
| 13 | jIcalEventRepeat->viewDetailLink() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:1368 |
| 12 | DefaultModLatestView->processMatch() | JROOT/modules/mod_jevents_latest/tmpl/flatplus/latest.php:94 |
| 11 | FlatplusModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:78 |
| 10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/cache/t4core/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.33 ms Nach letzter Abfrage: 0.64 ms Abfragespeichernutzung: 0.039 MB Speichernutzung vor Abfrage: 22.696 MB Zeilen zurückgegeben: 33
SELECT c.*
FROM xcp3a_categories as c
WHERE extension='com_jevents'
order by c.lft asc
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | c | ALL | cat_idx | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 47 | Using where; filesort wurde genutzt |
| Status | Duration |
|---|
| Starting | 0.03 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.00 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| Creating sort index | 0.11 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 15 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/commonfunctions.php:191 |
| 14 | JEV_CommonFunctions::getCategoryData() | JROOT/components/com_jevents/libraries/commonfunctions.php:144 |
| 13 | JEV_CommonFunctions::setColor() | JROOT/components/com_jevents/libraries/jeventcal.php:614 |
| 12 | jEventCal->bgcolor() | JROOT/modules/mod_jevents_latest/tmpl/flatplus/latest.php:99 |
| 11 | FlatplusModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:78 |
| 10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/cache/t4core/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.52 ms Nach letzter Abfrage: 7.00 ms Abfragespeichernutzung: 0.321 MB Speichernutzung vor Abfrage: 23.457 MB Zeilen zurückgegeben: 151
SELECT *
FROM xcp3a_modules
WHERE published=1
ORDER BY id
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | xcp3a_modules | index | published | PRIMARY | 4 | NULL | 232 | Using where |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.01 ms |
| Sorting result | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.38 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| Commit | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1701 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_accordeonmenuck/helpers/ckfof.php:165 |
| 13 | Accordeonmenuck\CKFof::dbLoadObjectList() | JROOT/components/com_accordeonmenuck/helpers/helperfront.php:31 |
| 12 | Accordeonmenuck\Helperfront::CreateModulesList() | JROOT/components/com_accordeonmenuck/helpers/source/menu.php:63 |
| 11 | AccordeonmenuckHelpersourceMenu::getItems() | JROOT/modules/mod_accordeonmenuck/mod_accordeonmenuck.php:57 |
| 10 | include JROOT/modules/mod_accordeonmenuck/mod_accordeonmenuck.php | JROOT/cache/t4core/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.14 ms Nach letzter Abfrage: 2.92 ms Abfragespeichernutzung: 0.022 MB Speichernutzung vor Abfrage: 24.321 MB Zeilen zurückgegeben: 1
SELECT a.layoutcss, a.customcss
FROM xcp3a_accordeonmenuck_styles as a
WHERE (a.state IN (0, 1))
AND a.id = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.01 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.01 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1662 |
| 13 | JDatabaseDriver->loadObject() | JROOT/administrator/components/com_accordeonmenuck/helpers/ckfof.php:174 |
| 12 | Accordeonmenuck\CKFof::dbLoadObject() | JROOT/administrator/components/com_accordeonmenuck/helpers/style.php:533 |
| 11 | Accordeonmenuck\Style::getCss() | JROOT/modules/mod_accordeonmenuck/mod_accordeonmenuck.php:167 |
| 10 | include JROOT/modules/mod_accordeonmenuck/mod_accordeonmenuck.php | JROOT/cache/t4core/ModuleHelper.php:200 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.14 ms Nach letzter Abfrage: 0.39 ms Abfragespeichernutzung: 0.077 MB Speichernutzung vor Abfrage: 24.319 MB Zeilen zurückgegeben: 1
SELECT a.params
FROM `xcp3a_mobilemenuck_styles` AS a
WHERE (a.state IN (0, 1))
AND a.id = 2
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| Status | Duration |
|---|
| Starting | 0.02 ms |
| checking permissions | 0.00 ms |
| Opening tables | 0.01 ms |
| After opening tables | 0.00 ms |
| System lock | 0.00 ms |
| table lock | 0.00 ms |
| init | 0.01 ms |
| Optimizing | 0.01 ms |
| Statistics | 0.02 ms |
| Preparing | 0.00 ms |
| Unlocking tables | 0.00 ms |
| Preparing | 0.00 ms |
| Executing | 0.00 ms |
| Sending data | 0.02 ms |
| End of update loop | 0.00 ms |
| Query end | 0.00 ms |
| closing tables | 0.00 ms |
| Unlocking tables | 0.00 ms |
| closing tables | 0.00 ms |
| Query end | 0.00 ms |
| Starting cleanup | 0.00 ms |
| Freeing items | 0.00 ms |
| Updating status | 0.00 ms |
| Reset for next command | 0.00 ms |
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1740 |
| 15 | JDatabaseDriver->loadResult() | JROOT/plugins/system/mobilemenuck/helpers/helper.php:114 |
| 14 | Mobilemenuck\Helper::getStyleById() | JROOT/plugins/system/mobilemenuck/mobilemenuck.php:184 |
| 13 | PlgSystemMobilemenuck->onRenderModule() | JROOT/libraries/joomla/event/event.php:70 |
| 12 | JEvent->update() | JROOT/libraries/joomla/event/dispatcher.php:160 |
| 11 | JEventDispatcher->trigger() | JROOT/libraries/src/Application/BaseApplication.php:108 |
| 10 | Joomla\CMS\Application\BaseApplication->triggerEvent() | JROOT/cache/t4core/ModuleHelper.php:245 |
| 9 | Joomla\CMS\Helper\_JModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
| 8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
| 7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:511 |
| 6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:803 |
| 5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:577 |
| 4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1112 |
| 3 | Joomla\CMS\Application\CMSApplication->render() | JROOT/libraries/src/Application/SiteApplication.php:778 |
| 2 | Joomla\CMS\Application\SiteApplication->render() | JROOT/libraries/src/Application/CMSApplication.php:231 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
16 × SELECT a.mirror_id
FROM xcp3a_advancedmodules AS a
16 × SELECT a.params
FROM xcp3a_advancedmodules AS a
4 × SELECT t.parent_id
FROM xcp3a_menu as t
3 × SELECT rpt.*, ev.*, rr.*, det.*, ev.state as published, ev.created as created , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM xcp3a_jevents_repetition as rpt
INNER JOIN xcp3a_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN xcp3a_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN xcp3a_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN xcp3a_jevents_rrule as rr
ON rr.eventid = rpt.eventid
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `xcp3a_extensions`
2 × SELECT params,layoutcss,state
from xcp3a_mobilemenuck_styles
1 × SELECT `session_id`
FROM `xcp3a_session`
1 × SELECT id, rules
FROM `xcp3a_viewlevels
1 × SELECT b.id
FROM xcp3a_usergroups AS a
LEFT JOIN xcp3a_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM xcp3a_extensions
1 × SELECT *
FROM `xcp3a_nextend2_section_storage`
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 xcp3a_menu AS m
LEFT JOIN xcp3a_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT *
FROM xcp3a_languages
1 × SELECT *
FROM xcp3a_menu
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `xcp3a_assets`
1 × SELECT id, home, template, s.params
FROM xcp3a_template_styles as s
LEFT JOIN xcp3a_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × 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 xcp3a_fields AS a
LEFT JOIN `xcp3a_languages` AS l
ON l.lang_code = a.language
LEFT JOIN xcp3a_users AS uc
ON uc.id=a.checked_out
LEFT JOIN xcp3a_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN xcp3a_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN xcp3a_fields_groups AS g
ON g.id = a.group_id
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params,am.mirror_id, am.params AS advancedparams, 0 AS menuid, m.publish_up, m.publish_down
FROM xcp3a_modules AS m
LEFT JOIN xcp3a_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
LEFT JOIN xcp3a_advancedmodules as am
ON am.moduleid = m.id
1 × SELECT tl.*, ju.name as jname, ju.username
FROM xcp3a_jev_users AS tl
LEFT JOIN xcp3a_users as ju
ON tl.user_id=ju.id
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 `xcp3a_categories` AS `c`
1 × SELECT c.id
FROM xcp3a_categories AS c
1 × SELECT det.evdet_id as detailid, rpt.*, ev.*, rr.*, det.* , ev.rawdata as evrawdata, ev.state as published, ev.created as created , YEAR(rpt.startrepeat) as yup, MONTH(rpt.startrepeat ) as mup, DAYOFMONTH(rpt.startrepeat ) as dup , YEAR(rpt.endrepeat ) as ydn, MONTH(rpt.endrepeat ) as mdn, DAYOFMONTH(rpt.endrepeat ) as ddn , HOUR(rpt.startrepeat) as hup, MINUTE(rpt.startrepeat ) as minup, SECOND(rpt.startrepeat ) as sup , HOUR(rpt.endrepeat ) as hdn, MINUTE(rpt.endrepeat ) as mindn, SECOND(rpt.endrepeat ) as sdn
FROM xcp3a_jevents_repetition as rpt
INNER JOIN xcp3a_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN xcp3a_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN xcp3a_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN xcp3a_jevents_rrule as rr
ON rr.eventid = rpt.eventid
1 × SELECT *
FROM xcp3a_mobilemenuck_menus
1 × SELECT *, summary as title, description as content
FROM xcp3a_jevents_translation
1 × SELECT `c2`.`language`,`c2`.`id`
FROM `xcp3a_menu` AS `c`
INNER JOIN `xcp3a_associations` AS `a`
ON a.id = c.`id`
AND a.context='com_menus.item'
INNER JOIN `xcp3a_associations` AS `a2`
ON `a`.`key` = `a2`.`key`
INNER JOIN `xcp3a_menu` AS `c2`
ON a2.id = c2.`id`
1 × SELECT c.*
FROM xcp3a_categories as c
1 × SELECT *
FROM xcp3a_modules
1 × SELECT a.layoutcss, a.customcss
FROM xcp3a_accordeonmenuck_styles as a
1 × SELECT a.params
FROM `xcp3a_mobilemenuck_styles` AS a