Abfragezeit: 1.81 ms Abfragespeichernutzung: 0.007 MB Speichernutzung vor Abfrage: 3.851 MB Zeilen zurückgegeben: 0
SELECT `data`
FROM `y67wx_session`
WHERE `session_id` = 'dvo52kgjjgmhf2j9ufns2luiji'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.01 ms |
Opening tables | 0.40 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
14 | JSessionStorageDatabase->read() | Derselbe Aufruf in der Zeile darunter. |
13 | session_start() | JROOT/libraries/joomla/session/handler/native.php:260 |
12 | JSessionHandlerNative->doSessionStart() | JROOT/libraries/joomla/session/handler/native.php:50 |
11 | JSessionHandlerNative->start() | JROOT/libraries/joomla/session/handler/joomla.php:88 |
10 | JSessionHandlerJoomla->start() | JROOT/libraries/src/Session/Session.php:660 |
9 | Joomla\CMS\Session\Session->_start() | JROOT/libraries/src/Session/Session.php:620 |
8 | Joomla\CMS\Session\Session->start() | JROOT/libraries/src/Session/Session.php:498 |
7 | Joomla\CMS\Session\Session->get() | JROOT/libraries/src/Session/Session.php:455 |
6 | Joomla\CMS\Session\Session->isNew() | JROOT/libraries/src/Application/CMSApplication.php:758 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Abfragezeit: 1.18 ms Nach letzter Abfrage: 6.76 ms Abfragespeichernutzung: 0.004 MB Speichernutzung vor Abfrage: 4.009 MB Zeilen zurückgegeben: 0
SELECT `session_id`
FROM `y67wx_session`
WHERE `session_id` = 'dvo52kgjjgmhf2j9ufns2luiji'
LIMIT 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_session | NULL | const | PRIMARY | PRIMARY | 194 | const | 1 | 100.00 | Using index |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.03 ms |
executing | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
9 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
8 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Session/MetadataManager.php:74 |
7 | Joomla\CMS\Session\MetadataManager->createRecordIfNonExisting() | JROOT/libraries/src/Application/CMSApplication.php:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Abfragezeit: 3.45 ms Nach letzter Abfrage: 0.12 ms Abfragespeichernutzung: 0.004 MB Speichernutzung vor Abfrage: 4.014 MB
INSERT INTO `y67wx_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('dvo52kgjjgmhf2j9ufns2luiji', 1, 1696041380, 0, '', 0)
„EXPLAIN“ unmöglich für Abfrage: INSERT INTO `y67wx_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('dvo52kgjjgmhf2j9ufns2luiji', 1, 1696041380, 0, '', 0)
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.01 ms |
System lock | 0.01 ms |
update | 0.12 ms |
end | 0.01 ms |
query end | 2.21 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.02 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:153 |
6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:760 |
5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:135 |
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:344 |
2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Abfragezeit: 1.86 ms Nach letzter Abfrage: 14.56 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 4.229 MB Zeilen zurückgegeben: 40
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `y67wx_extensions`
WHERE `type` = 'component'
AND `state` = 0
AND `enabled` = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_extensions | NULL | ref | extension | extension | 82 | const | 40 | 1.00 | Using where |
Status | Duration |
---|
starting | 0.08 ms |
checking permissions | 0.01 ms |
Opening tables | 0.38 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.17 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.66 ms Nach letzter Abfrage: 11.62 ms Abfragespeichernutzung: 0.005 MB Speichernutzung vor Abfrage: 4.430 MB Zeilen zurückgegeben: 3
SELECT id, rules
FROM `y67wx_viewlevels`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_viewlevels | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 3 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.38 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1500 |
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:321 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.56 ms Nach letzter Abfrage: 0.13 ms Abfragespeichernutzung: 0.005 MB Speichernutzung vor Abfrage: 4.441 MB Zeilen zurückgegeben: 1
SELECT b.id
FROM y67wx_usergroups AS a
LEFT JOIN y67wx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | const | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | NULL |
1 | SIMPLE | b | NULL | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 1 | 100.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Opening tables | 0.31 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
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:321 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.73 ms Nach letzter Abfrage: 2.44 ms Abfragespeichernutzung: 0.005 MB Speichernutzung vor Abfrage: 4.510 MB Zeilen zurückgegeben: 97
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM y67wx_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1)
ORDER BY ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_extensions | NULL | ref | extension | extension | 82 | const | 119 | 0.40 | Using index condition; Using where; filesort wurde genutzt |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.04 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.00 ms |
Sending data | 0.01 ms |
Creating sort index | 0.67 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.01 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:354 |
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:359 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 4.62 ms Nach letzter Abfrage: 76.94 ms Abfragespeichernutzung: 0.009 MB Speichernutzung vor Abfrage: 6.342 MB Zeilen zurückgegeben: 36
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 y67wx_menu AS m
LEFT JOIN y67wx_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | range | idx_client_id_parent_id_alias_language | idx_client_id_parent_id_alias_language | 5 | NULL | 40 | 10.00 | Using index condition; Using where; filesort wurde genutzt |
1 | SIMPLE | e | NULL | eq_ref | PRIMARY | PRIMARY | 4 | DB1335806.m.component_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.09 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.38 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.51 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
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:76 |
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:131 |
11 | Joomla\CMS\Menu\AbstractMenu::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:375 |
10 | Joomla\CMS\Application\CMSApplication->getMenu() | JROOT/libraries/src/Application/SiteApplication.php:275 |
9 | Joomla\CMS\Application\SiteApplication->getMenu() | JROOT/libraries/src/Router/SiteRouter.php:64 |
8 | Joomla\CMS\Router\SiteRouter->__construct() | JROOT/libraries/src/Router/Router.php:189 |
7 | Joomla\CMS\Router\Router::getInstance() | JROOT/libraries/src/Application/CMSApplication.php:491 |
6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:403 |
5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1073 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 3.12 ms Nach letzter Abfrage: 64.66 ms Abfragespeichernutzung: 0.009 MB Speichernutzung vor Abfrage: 7.304 MB Zeilen zurückgegeben: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `y67wx_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_extensions | NULL | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.13 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1656 |
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/jcktypography/jcktypography.php:48 |
8 | plgSystemJCKtypography->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 4.96 ms Nach letzter Abfrage: 0.24 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 7.297 MB
UPDATE `y67wx_extensions`
SET `params` = '{\"mediaversion\":\"b7e74cdf1f280f6b95df24f8d1323be0\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | y67wx_extensions | NULL | range | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.08 ms |
updating | 0.09 ms |
end | 0.01 ms |
query end | 1.96 ms |
closing tables | 0.04 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 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/jcktypography/jcktypography.php:48 |
8 | plgSystemJCKtypography->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:1122 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.82 ms Nach letzter Abfrage: 8.52 ms Abfragespeichernutzung: 0.003 MB Speichernutzung vor Abfrage: 7.516 MB Zeilen zurückgegeben: 1
SELECT *
FROM y67wx_languages
WHERE published=1
ORDER BY ordering ASC
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_languages | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1 | 100.00 | Using where; filesort wurde genutzt |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.53 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.03 ms |
statistics | 0.01 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.02 ms |
Sending data | 0.02 ms |
Creating sort index | 0.09 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
6 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Language/LanguageHelper.php:150 |
5 | Joomla\CMS\Language\LanguageHelper::getLanguages() | JROOT/libraries/src/Application/SiteApplication.php:330 |
4 | Joomla\CMS\Application\SiteApplication->getParams() | JROOT/libraries/src/Application/SiteApplication.php:138 |
3 | Joomla\CMS\Application\SiteApplication->dispatch() | JROOT/libraries/src/Application/SiteApplication.php:233 |
2 | Joomla\CMS\Application\SiteApplication->doExecute() | JROOT/libraries/src/Application/CMSApplication.php:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.02 ms Nach letzter Abfrage: 0.45 ms Abfragespeichernutzung: 0.003 MB Speichernutzung vor Abfrage: 7.528 MB Zeilen zurückgegeben: 6
SELECT id, home, template, s.params
FROM y67wx_template_styles as s
LEFT JOIN y67wx_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | s | NULL | ALL | idx_template | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 9 | 11.11 | Using where |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | DB1335806.s.template,const | 1 | 4.44 | Using index condition; Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.32 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.13 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.03 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:486 |
4 | Joomla\CMS\Application\SiteApplication->getTemplate() | JROOT/libraries/src/Application/SiteApplication.php:168 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.61 ms Nach letzter Abfrage: 154.22 ms Abfragespeichernutzung: 0.010 MB Speichernutzung vor Abfrage: 9.831 MB Zeilen zurückgegeben: 40
SELECT `id`,`name`,`rules`,`parent_id`
FROM `y67wx_assets`
WHERE `name` IN ('root.1','com_actionlogs','com_admin','com_ajax','com_allvideoshare','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_fields','com_finder','com_installer','com_jce','com_jevents','com_joomgallery','com_joomlaupdate','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_privacy','com_redirect','com_search','com_tags','com_templates','com_users','com_weblinks','com_wrapper','com_xcloner-backupandrestore')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_assets | NULL | range | idx_asset_name | idx_asset_name | 202 | NULL | 41 | 100.00 | Using index condition |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.41 ms |
init | 0.12 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.26 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.62 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
21 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
20 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
19 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
18 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
17 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
16 | Joomla\CMS\User\User->authorise() | JROOT/components/com_jevents/libraries/helper.php:1121 |
15 | JEVHelper::isAdminUser() | JROOT/components/com_jevents/libraries/helper.php:1079 |
14 | JEVHelper::getAid() | JROOT/components/com_jevents/libraries/datamodel.php:49 |
13 | JEventsDataModel->__construct() | JROOT/components/com_jevents/views/default/abstract/abstract.php:65 |
12 | JEventsDefaultView->__construct() | JROOT/components/com_jevents/views/geraint/abstract/abstract.php:32 |
11 | JEventsGeraintView->__construct() | JROOT/libraries/src/MVC/Controller/BaseController.php:598 |
10 | Joomla\CMS\MVC\Controller\BaseController->createView() | JROOT/libraries/src/MVC/Controller/BaseController.php:841 |
9 | Joomla\CMS\MVC\Controller\BaseController->getView() | JROOT/components/com_jevents/controllers/week.php:59 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.47 ms Nach letzter Abfrage: 56.03 ms Abfragespeichernutzung: 0.012 MB Speichernutzung vor Abfrage: 10.732 MB Zeilen zurückgegeben: 31
SHOW FULL COLUMNS
FROM `y67wx_content`
„EXPLAIN“ unmöglich für Abfrage: SHOW FULL COLUMNS FROM `y67wx_content`
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.28 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.02 ms |
Opening tables | 0.42 ms |
checking permissions | 0.04 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Sending data | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.10 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
25 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
24 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
23 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
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:312 |
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/default/helpers/defaultviewhelperheader16.php:19 |
17 | DefaultViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:7 |
15 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:4 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 3.53 ms Nach letzter Abfrage: 63.15 ms Abfragespeichernutzung: 0.013 MB Speichernutzung vor Abfrage: 11.705 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 y67wx_fields AS a
LEFT JOIN `y67wx_languages` AS l
ON l.lang_code = a.language
LEFT JOIN y67wx_users AS uc
ON uc.id=a.checked_out
LEFT JOIN y67wx_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN y67wx_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN y67wx_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_access,idx_context | idx_state | 1 | const | 1 | 100.00 | Using index condition; Using where; Using temporary; filesort wurde genutzt |
1 | SIMPLE | l | NULL | eq_ref | idx_langcode | idx_langcode | 28 | DB1335806.a.language | 1 | 100.00 | Using where |
1 | SIMPLE | uc | NULL | eq_ref | PRIMARY | PRIMARY | 4 | DB1335806.a.checked_out | 1 | 100.00 | NULL |
1 | SIMPLE | ag | NULL | eq_ref | PRIMARY | PRIMARY | 4 | DB1335806.a.access | 1 | 100.00 | Using where |
1 | SIMPLE | ua | NULL | eq_ref | PRIMARY | PRIMARY | 4 | DB1335806.a.created_user_id | 1 | 100.00 | Using where |
1 | SIMPLE | g | NULL | eq_ref | PRIMARY | PRIMARY | 4 | DB1335806.a.group_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.17 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.93 ms |
init | 0.08 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.13 ms |
preparing | 0.04 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.33 ms |
Creating sort index | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.08 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
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:187 |
25 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/administrator/components/com_fields/helpers/fields.php:135 |
24 | FieldsHelper::getFields() | JROOT/plugins/system/fields/fields.php:488 |
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/default/helpers/defaultviewhelperheader16.php:19 |
17 | DefaultViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:7 |
15 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:4 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.46 ms Nach letzter Abfrage: 13.57 ms Abfragespeichernutzung: 0.014 MB Speichernutzung vor Abfrage: 11.919 MB Zeilen zurückgegeben: 7
SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM y67wx_modules AS m
LEFT JOIN y67wx_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN y67wx_extensions AS e
ON e.element = m.module
AND e.client_id = m.client_id
WHERE m.published = 1
AND e.enabled = 1
AND (m.publish_up = '0000-00-00 00:00:00' OR m.publish_up <= '2023-09-30 02:36:21')
AND (m.publish_down = '0000-00-00 00:00:00' OR m.publish_down >= '2023-09-30 02:36:21')
AND m.access IN (1,1)
AND m.client_id = 0
AND (mm.menuid = 105 OR mm.menuid <= 0)
ORDER BY m.position, m.ordering
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | m | NULL | ref | PRIMARY,published,newsfeeds | published | 1 | const | 19 | 2.56 | Using index condition; Using where; filesort wurde genutzt |
1 | SIMPLE | e | NULL | ref | element_clientid,element_folder_clientid | element_clientid | 403 | DB1335806.m.module,const | 1 | 10.00 | Using index condition; Using where |
1 | SIMPLE | mm | NULL | ref | PRIMARY | PRIMARY | 4 | DB1335806.m.id | 2 | 40.00 | Using where; Using index |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.51 ms |
init | 0.06 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.08 ms |
preparing | 0.03 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.53 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
31 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
30 | JDatabaseDriver->loadObjectList() | Derselbe Aufruf in der Zeile darunter. |
29 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
28 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/ModuleHelper.php:432 |
27 | Joomla\CMS\Helper\ModuleHelper::getModuleList() | JROOT/libraries/src/Helper/ModuleHelper.php:362 |
26 | Joomla\CMS\Helper\ModuleHelper::load() | JROOT/libraries/src/Helper/ModuleHelper.php:87 |
25 | Joomla\CMS\Helper\ModuleHelper::getModules() | JROOT/plugins/content/loadmodule/loadmodule.php:157 |
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/default/helpers/defaultviewhelperheader16.php:19 |
17 | DefaultViewHelperHeader16() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
16 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/helpers/defaultviewhelperheader.php:7 |
15 | DefaultViewHelperHeader() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
14 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:4 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.09 ms Nach letzter Abfrage: 60.71 ms Abfragespeichernutzung: 0.015 MB Speichernutzung vor Abfrage: 12.580 MB Zeilen zurückgegeben: 18
SHOW FULL COLUMNS
FROM `y67wx_jev_users`
„EXPLAIN“ unmöglich für Abfrage: SHOW FULL COLUMNS FROM `y67wx_jev_users`
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.26 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Opening tables | 0.29 ms |
checking permissions | 0.04 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.02 ms |
Sending data | 0.05 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
removing tmp table | 0.09 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
30 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
29 | JDatabaseDriver->loadObjectList() | JROOT/libraries/joomla/database/driver/mysqli.php:445 |
28 | JDatabaseDriverMysqli->getTableColumns() | JROOT/libraries/src/Table/Table.php:245 |
27 | Joomla\CMS\Table\Table->getFields() | JROOT/libraries/src/Table/Table.php:164 |
26 | Joomla\CMS\Table\Table->__construct() | JROOT/administrator/components/com_jevents/tables/jevuser.php:75 |
25 | TableUser->__construct() | JROOT/components/com_jevents/libraries/helper.php:1544 |
24 | JEVHelper::getAuthorisedUser() | JROOT/components/com_jevents/libraries/helper.php:1399 |
23 | JEVHelper::isEventCreator() | JROOT/components/com_jevents/libraries/filters/Published.php:61 |
22 | jevPublishedFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:180 |
21 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:251 |
20 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2666 |
19 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2986 |
18 | JEventsDBModel->listIcalEventsByWeek() | JROOT/components/com_jevents/libraries/datamodel.php:681 |
17 | JEventsDataModel->getWeekData() | JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php:9 |
16 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.39 ms Nach letzter Abfrage: 13.47 ms Abfragespeichernutzung: 0.014 MB Speichernutzung vor Abfrage: 12.723 MB Zeilen zurückgegeben: 7
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 `y67wx_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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access | cat_idx | 207 | NULL | 7 | 100.00 | Using index condition; filesort wurde genutzt |
Status | Duration |
---|
starting | 0.11 ms |
checking permissions | 0.01 ms |
Opening tables | 0.38 ms |
init | 0.05 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.08 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.31 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
29 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
28 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:324 |
27 | Joomla\CMS\Categories\Categories->_load() | JROOT/components/com_jevents/helpers/category.php:53 |
26 | JEventsCategories->_load() | JROOT/libraries/src/Categories/Categories.php:184 |
25 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_jevents/libraries/dbmodel.php:401 |
24 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:1019 |
23 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:47 |
22 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:180 |
21 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:251 |
20 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2666 |
19 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2986 |
18 | JEventsDBModel->listIcalEventsByWeek() | JROOT/components/com_jevents/libraries/datamodel.php:681 |
17 | JEventsDataModel->getWeekData() | JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php:9 |
16 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.35 ms Nach letzter Abfrage: 3.56 ms Abfragespeichernutzung: 0.013 MB Speichernutzung vor Abfrage: 13.423 MB Zeilen zurückgegeben: 6
SELECT c.id
FROM y67wx_categories AS c
WHERE c.access IN (1,1)
AND c.published = 1
AND c.language in ('de-DE','*')
AND c.extension = 'com_jevents'
ORDER BY c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_language | cat_idx | 207 | NULL | 6 | 100.00 | Using index condition; Using where; filesort wurde genutzt |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.01 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.10 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
26 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
25 | JDatabaseDriver->loadColumn() | JROOT/components/com_jevents/libraries/dbmodel.php:514 |
24 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/datamodel.php:1019 |
23 | JEventsDataModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/filters/Category.php:47 |
22 | jevCategoryFilter->__construct() | JROOT/components/com_jevents/libraries/filters.php:180 |
21 | jevFilterProcessing->__construct() | JROOT/components/com_jevents/libraries/filters.php:251 |
20 | jevFilterProcessing::getInstance() | JROOT/components/com_jevents/libraries/dbmodel.php:2666 |
19 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2986 |
18 | JEventsDBModel->listIcalEventsByWeek() | JROOT/components/com_jevents/libraries/datamodel.php:681 |
17 | JEventsDataModel->getWeekData() | JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php:9 |
16 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 4.16 ms Nach letzter Abfrage: 5.97 ms Abfragespeichernutzung: 0.011 MB Speichernutzung vor Abfrage: 13.456 MB Zeilen zurückgegeben: 1
SELECT det.evdet_id as detailid, 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 y67wx_jevents_repetition as rpt
INNER JOIN y67wx_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN y67wx_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN y67wx_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN y67wx_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,11,12,13,14,26,45)
AND rpt.endrepeat >= '2022-05-30 00:00:00'
AND rpt.startrepeat <= '2022-06-05 23:59:59'
AND NOT (rpt.startrepeat < '2022-05-30 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | ref | PRIMARY,stateidx | stateidx | 1 | const | 2 | 50.00 | Using where |
1 | SIMPLE | ev | NULL | ref | PRIMARY,icsid,stateidx,evaccess | icsid | 4 | DB1335806.icsf.ics_id | 65 | 40.84 | Using where |
1 | SIMPLE | rpt | NULL | ref | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | eventid | 4 | DB1335806.ev.ev_id | 1 | 28.55 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | DB1335806.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | DB1335806.ev.ev_id | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 1.20 ms |
init | 0.14 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.21 ms |
preparing | 0.04 ms |
executing | 0.01 ms |
Sending data | 1.20 ms |
end | 0.02 ms |
query end | 0.01 ms |
closing tables | 0.03 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
21 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2933 |
20 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2869 |
19 | JEventsDBModel->listIcalEvents() | JROOT/components/com_jevents/libraries/dbmodel.php:2986 |
18 | JEventsDBModel->listIcalEventsByWeek() | JROOT/components/com_jevents/libraries/datamodel.php:681 |
17 | JEventsDataModel->getWeekData() | JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php:9 |
16 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.37 ms Nach letzter Abfrage: 8.89 ms Abfragespeichernutzung: 0.011 MB Speichernutzung vor Abfrage: 13.904 MB Zeilen zurückgegeben: 7
SELECT c.*
FROM y67wx_categories as c
WHERE extension='com_jevents'
order by c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | ref | cat_idx | cat_idx | 202 | const | 7 | 100.00 | Using index condition; filesort wurde genutzt |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.01 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.11 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
21 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
20 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/commonfunctions.php:191 |
19 | JEV_CommonFunctions::getCategoryData() | JROOT/components/com_jevents/libraries/commonfunctions.php:144 |
18 | JEV_CommonFunctions::setColor() | JROOT/components/com_jevents/libraries/jeventcal.php:598 |
17 | jEventCal->bgcolor() | JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php:50 |
16 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.33 ms Nach letzter Abfrage: 8.18 ms Abfragespeichernutzung: 0.011 MB Speichernutzung vor Abfrage: 14.241 MB Zeilen zurückgegeben: 6
SELECT a.id, a.parent_id
FROM y67wx_categories AS a
WHERE a.parent_id > 0
AND a.extension = "com_jevents"
AND a.published = 1
AND a.language in ('de-DE','*')
ORDER BY a.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | cat_idx,idx_language | cat_idx | 203 | const,const | 6 | 33.33 | Using index condition; Using where; filesort wurde genutzt |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.02 ms |
Creating sort index | 0.08 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:39 |
18 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php:52 |
16 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.64 ms Nach letzter Abfrage: 0.07 ms Abfragespeichernutzung: 0.011 MB Speichernutzung vor Abfrage: 14.256 MB Zeilen zurückgegeben: 0
SELECT *
FROM y67wx_jev_defaults
WHERE state=1
AND name= 'icalevent.list_row'
AND value<>''
AND language in ('de-DE','*')
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_jev_defaults | NULL | ref | name,langcodename | name | 152 | const | 7 | 9.00 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.34 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.07 ms |
preparing | 0.02 ms |
executing | 0.01 ms |
Sending data | 0.06 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.08 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
20 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
19 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:61 |
18 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php:52 |
16 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.40 ms Nach letzter Abfrage: 13.10 ms Abfragespeichernutzung: 0.012 MB Speichernutzung vor Abfrage: 14.457 MB Zeilen zurückgegeben: 7
SELECT cat.id, cat.title as name, pcat.title as pname, cat.description, cat.params
FROM y67wx_categories as cat
LEFT JOIN y67wx_categories as pcat
on pcat.id=cat.parent_id
WHERE cat.extension='com_jevents'
ORDER BY cat.lft
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | cat | NULL | ref | cat_idx | cat_idx | 202 | const | 7 | 100.00 | Using index condition; filesort wurde genutzt |
1 | SIMPLE | pcat | NULL | eq_ref | PRIMARY | PRIMARY | 4 | DB1335806.cat.parent_id | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.09 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.05 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.10 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
23 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/jeventcal.php:507 |
22 | jEventCal->getCategoryData() | JROOT/components/com_jevents/libraries/jeventcal.php:477 |
21 | jEventCal->getCategoryName() | JROOT/components/com_jevents/libraries/jicaleventdb.php:656 |
20 | jIcalEventDB->getCategoryName() | JROOT/components/com_jevents/libraries/jeventcal.php:467 |
19 | jEventCal->catname() | JROOT/components/com_jevents/views/default/helpers/defaultloadedfromtemplate.php:551 |
18 | DefaultLoadedFromTemplate() | JROOT/components/com_jevents/views/default/abstract/abstract.php:187 |
17 | JEventsDefaultView->__call() | JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php:52 |
16 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents_body.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php:4 |
15 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents_body.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_jevents/views/default/week/tmpl/listevents.php:7 |
13 | include JROOT/components/com_jevents/views/default/week/tmpl/listevents.php | JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php:4 |
12 | include JROOT/components/com_jevents/views/geraint/week/tmpl/listevents.php | JROOT/libraries/src/MVC/View/HtmlView.php:697 |
11 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
10 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/administrator/components/com_jevents/views/abstract/abstract.php:126 |
9 | JEventsAbstractView->display() | JROOT/components/com_jevents/controllers/week.php:77 |
8 | WeekController->listevents() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_jevents/jevents.php:320 |
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:196 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.54 ms Nach letzter Abfrage: 98.05 ms Abfragespeichernutzung: 0.007 MB Speichernutzung vor Abfrage: 14.828 MB Zeilen zurückgegeben: 5
SELECT c.id
FROM y67wx_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>=47
AND c.rgt<=48 ) OR (c.lft>=49
AND c.rgt<=50 ) OR (c.lft>=51
AND c.rgt<=52 ) OR (c.lft>=53
AND c.rgt<=54 ) OR (c.lft>=57
AND c.rgt<=58 ))
ORDER BY c.lft asc
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | c | NULL | range | cat_idx,idx_access,idx_left_right,idx_language | cat_idx | 207 | NULL | 6 | 44.30 | Using index condition; Using where; filesort wurde genutzt |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.02 ms |
Sending data | 0.01 ms |
Creating sort index | 0.11 ms |
end | 0.01 ms |
query end | 0.02 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1544 |
15 | JDatabaseDriver->loadColumn() | JROOT/components/com_jevents/libraries/dbmodel.php:514 |
14 | JEventsDBModel->accessibleCategoryList() | JROOT/components/com_jevents/libraries/dbmodel.php:1248 |
13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:600 |
12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/geraint/latest.php:32 |
11 | GeraintModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:54 |
10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 3.00 ms Nach letzter Abfrage: 2.31 ms Abfragespeichernutzung: 0.008 MB Speichernutzung vor Abfrage: 14.856 MB Zeilen zurückgegeben: 8
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 y67wx_jevents_repetition as rpt
INNER JOIN y67wx_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN y67wx_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN y67wx_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN y67wx_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,11,12,13,14,26)
AND rpt.endrepeat >= '2023-09-30 04:36:21'
AND rpt.startrepeat <= '2023-11-29 23:59:59'
AND (rpt.startrepeat >= '2023-09-30 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | ref | PRIMARY,stateidx | stateidx | 1 | const | 2 | 50.00 | Using where; Using temporary; filesort wurde genutzt |
1 | SIMPLE | rpt | NULL | range | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 18 | 100.00 | Using index condition; Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | DB1335806.rpt.eventid | 1 | 20.42 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | DB1335806.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | DB1335806.rpt.eventid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.14 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
Opening tables | 0.04 ms |
init | 0.08 ms |
System lock | 0.06 ms |
optimizing | 0.04 ms |
statistics | 0.15 ms |
preparing | 0.05 ms |
Creating tmp table | 0.20 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.69 ms |
Creating sort index | 0.20 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.09 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2933 |
15 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:74 |
14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:1727 |
13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:600 |
12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/geraint/latest.php:32 |
11 | GeraintModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:54 |
10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.09 ms Nach letzter Abfrage: 1.06 ms Abfragespeichernutzung: 0.008 MB Speichernutzung vor Abfrage: 14.973 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 y67wx_jevents_repetition as rpt
INNER JOIN y67wx_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN y67wx_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN y67wx_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN y67wx_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,11,12,13,14,26)
AND rpt.endrepeat >= '2023-09-30 00:00:00'
AND rpt.startrepeat <= '2023-09-30 04:36:21'
AND (rpt.startrepeat >= '2023-09-30 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | ref | PRIMARY,stateidx | stateidx | 1 | const | 2 | 50.00 | Using where; Using temporary; filesort wurde genutzt |
1 | SIMPLE | rpt | NULL | range | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 18 | 95.00 | Using index condition; Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | DB1335806.rpt.eventid | 1 | 20.42 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | DB1335806.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | DB1335806.rpt.eventid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.13 ms |
checking permissions | 0.02 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.07 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.15 ms |
preparing | 0.05 ms |
Creating tmp table | 0.06 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.36 ms |
Creating sort index | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.07 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.05 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2933 |
15 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:74 |
14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:1770 |
13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:600 |
12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/geraint/latest.php:32 |
11 | GeraintModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:54 |
10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.03 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.008 MB Speichernutzung vor Abfrage: 14.982 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 y67wx_jevents_repetition as rpt
INNER JOIN y67wx_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN y67wx_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN y67wx_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN y67wx_jevents_rrule as rr
ON rr.eventid = rpt.eventid
WHERE ev.catid IN(-1,11,12,13,14,26)
AND rpt.endrepeat >= '2023-09-30 00:00:00'
AND rpt.startrepeat <= '2023-09-30 04:36:21'
AND (rpt.startrepeat <= '2023-09-30 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 | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | icsf | NULL | ref | PRIMARY,stateidx | stateidx | 1 | const | 2 | 50.00 | Using where; Using temporary; filesort wurde genutzt |
1 | SIMPLE | rpt | NULL | range | eventid,eventstart,eventend,eventdetail,startrepeat,startend,endrepeat | endrepeat | 5 | NULL | 18 | 95.00 | Using index condition; Using where; Using join buffer (Block Nested Loop) |
1 | SIMPLE | ev | NULL | eq_ref | PRIMARY,icsid,stateidx,evaccess | PRIMARY | 4 | DB1335806.rpt.eventid | 1 | 20.42 | Using where |
1 | SIMPLE | det | NULL | eq_ref | PRIMARY,multiday | PRIMARY | 4 | DB1335806.rpt.eventdetail_id | 1 | 100.00 | Using where |
1 | SIMPLE | rr | NULL | ref | eventid | eventid | 4 | DB1335806.rpt.eventid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.12 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.00 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.08 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.12 ms |
preparing | 0.06 ms |
Creating tmp table | 0.07 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.34 ms |
Creating sort index | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.06 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_jevents/libraries/dbmodel.php:2933 |
15 | JEventsDBModel->_cachedlistIcalEvents() | JROOT/components/com_jevents/libraries/jevCache.php:74 |
14 | jevCache->call() | JROOT/components/com_jevents/libraries/dbmodel.php:1812 |
13 | JEventsDBModel->listLatestIcalEvents() | JROOT/modules/mod_jevents_latest/tmpl/default/latest.php:600 |
12 | DefaultModLatestView->getLatestEventsData() | JROOT/modules/mod_jevents_latest/tmpl/geraint/latest.php:32 |
11 | GeraintModLatestView->displayLatestEvents() | JROOT/modules/mod_jevents_latest/mod_jevents_latest.php:54 |
10 | include JROOT/modules/mod_jevents_latest/mod_jevents_latest.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.59 ms Nach letzter Abfrage: 27.27 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 14.971 MB Zeilen zurückgegeben: 0
SELECT *
FROM y67wx_banners
WHERE '2023-09-30 02:36:21' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | NULL | NULL | Impossible WHERE |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.02 ms |
Opening tables | 0.32 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.02 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.68 ms Nach letzter Abfrage: 4.30 ms Abfragespeichernutzung: 0.007 MB Speichernutzung vor Abfrage: 15.029 MB Zeilen zurückgegeben: 1
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM y67wx_banners as a
LEFT JOIN y67wx_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-09-30 02:36:21')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-09-30 02:36:21')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.catid IN (50)
ORDER BY a.sticky DESC,a.ordering
LIMIT 5
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_banner_catid | idx_banner_catid | 4 | const | 2 | 20.00 | Using index condition; Using where; filesort wurde genutzt |
1 | SIMPLE | cl | NULL | eq_ref | PRIMARY | PRIMARY | 4 | DB1335806.a.cid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.10 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.28 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.10 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:205 |
12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 3.18 ms Nach letzter Abfrage: 0.13 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 15.042 MB
UPDATE y67wx_banners
SET impmade = (impmade + 1)
WHERE id IN (6)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | y67wx_banners | NULL | range | PRIMARY | PRIMARY | 4 | const | 1 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.04 ms |
updating | 0.09 ms |
end | 0.02 ms |
query end | 1.95 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:249 |
12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.29 ms Nach letzter Abfrage: 6.42 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 15.045 MB Zeilen zurückgegeben: 0
SELECT *
FROM y67wx_banners
WHERE '2023-09-30 02:36:21' >= 'reset'
AND `reset` != '0000-00-00 00:00:00'
AND `reset`!= NULL
AND (`checked_out` = 0 OR `checked_out` = 0)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | NULL | NULL | NULL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | NULL | NULL | Impossible WHERE |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
executing | 0.02 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.04 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
12 | JDatabaseDriver->loadObjectList() | JROOT/administrator/components/com_banners/helpers/banners.php:79 |
11 | BannersHelper::updateReset() | JROOT/modules/mod_banners/mod_banners.php:19 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.34 ms Nach letzter Abfrage: 0.20 ms Abfragespeichernutzung: 0.009 MB Speichernutzung vor Abfrage: 15.062 MB Zeilen zurückgegeben: 2
SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM y67wx_banners as a
LEFT JOIN y67wx_banner_clients AS cl
ON cl.id = a.cid
WHERE a.state=1
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2023-09-30 02:36:21')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2023-09-30 02:36:21')
AND (a.imptotal = 0 OR a.impmade <= a.imptotal)
AND a.catid IN (3)
ORDER BY a.sticky DESC,a.ordering
LIMIT 5
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | a | NULL | ref | idx_state,idx_banner_catid | idx_banner_catid | 4 | const | 2 | 20.00 | Using index condition; Using where; filesort wurde genutzt |
1 | SIMPLE | cl | NULL | eq_ref | PRIMARY | PRIMARY | 4 | DB1335806.a.cid | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.07 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.03 ms |
init | 0.03 ms |
System lock | 0.01 ms |
optimizing | 0.02 ms |
statistics | 0.06 ms |
preparing | 0.02 ms |
Sorting result | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
Creating sort index | 0.07 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1695 |
15 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/MVC/Model/BaseDatabaseModel.php:308 |
14 | Joomla\CMS\MVC\Model\BaseDatabaseModel->_getList() | JROOT/libraries/src/MVC/Model/ListModel.php:187 |
13 | Joomla\CMS\MVC\Model\ListModel->getItems() | JROOT/components/com_banners/models/banners.php:205 |
12 | BannersModelBanners->getItems() | JROOT/modules/mod_banners/helper.php:48 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 3.55 ms Nach letzter Abfrage: 0.12 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 15.078 MB
UPDATE y67wx_banners
SET impmade = (impmade + 1)
WHERE id IN (1,2)
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | UPDATE | y67wx_banners | NULL | range | PRIMARY | PRIMARY | 4 | const | 2 | 100.00 | Using where |
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.02 ms |
init | 0.02 ms |
System lock | 0.03 ms |
updating | 0.09 ms |
end | 0.01 ms |
query end | 2.30 ms |
closing tables | 0.03 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/components/com_banners/models/banners.php:249 |
12 | BannersModelBanners->impress() | JROOT/modules/mod_banners/helper.php:54 |
11 | ModBannersHelper::getList() | JROOT/modules/mod_banners/mod_banners.php:20 |
10 | include JROOT/modules/mod_banners/mod_banners.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 3.34 ms Nach letzter Abfrage: 9.78 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 15.230 MB
CREATE TABLE IF NOT EXISTS `y67wx_vcnt` (`tm` INT NOT NULL, `ip` VARCHAR(45) NOT NULL DEFAULT '0.0.0.0')
„EXPLAIN“ unmöglich für Abfrage: CREATE TABLE IF NOT EXISTS `y67wx_vcnt` (`tm` INT NOT NULL, `ip` VARCHAR(45) NOT NULL DEFAULT '0.0.0.0')
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.02 ms |
Opening tables | 0.29 ms |
After create | 0.02 ms |
query end | 1.57 ms |
closing tables | 0.03 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/modules/mod_visitorcounter/helper.php:60 |
11 | ModVisitorcounterHelper->createSqlTables() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:52 |
10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.29 ms Nach letzter Abfrage: 0.08 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 15.236 MB
CREATE TABLE IF NOT EXISTS `y67wx_vcnt_pc` (`cnt` INT NOT NULL DEFAULT '0')
„EXPLAIN“ unmöglich für Abfrage: CREATE TABLE IF NOT EXISTS `y67wx_vcnt_pc` (`cnt` INT NOT NULL DEFAULT '0')
Status | Duration |
---|
starting | 0.03 ms |
checking permissions | 0.01 ms |
Opening tables | 0.22 ms |
After create | 0.02 ms |
query end | 1.05 ms |
closing tables | 0.02 ms |
freeing items | 0.02 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
12 | JDatabaseDriverMysqli->execute() | JROOT/modules/mod_visitorcounter/helper.php:65 |
11 | ModVisitorcounterHelper->createSqlTables() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:52 |
10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.15 ms Nach letzter Abfrage: 0.04 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 15.241 MB Zeilen zurückgegeben: 1
SELECT count(*)
FROM `y67wx_vcnt_pc`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_vcnt_pc | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.04 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.01 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 0.03 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/modules/mod_visitorcounter/helper.php:69 |
11 | ModVisitorcounterHelper->createSqlTables() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:52 |
10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 2.77 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 15.248 MB Zeilen zurückgegeben: 1
SELECT count(*)
FROM `y67wx_vcnt`
WHERE `tm` < '1692828000'
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | SIMPLE | y67wx_vcnt | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 687 | 33.33 | Using where |
Status | Duration |
---|
starting | 0.05 ms |
checking permissions | 0.01 ms |
Opening tables | 0.01 ms |
init | 0.02 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 1.64 ms |
end | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.01 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1734 |
12 | JDatabaseDriver->loadResult() | JROOT/modules/mod_visitorcounter/helper.php:257 |
11 | ModVisitorcounterHelper->cleanDatabase() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:58 |
10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 9.47 ms Nach letzter Abfrage: 0.13 ms Abfragespeichernutzung: 0.006 MB Speichernutzung vor Abfrage: 15.256 MB Zeilen zurückgegeben: 6
SELECT count(*)
FROM `y67wx_vcnt` UNION ALL SELECT count(*)
FROM `y67wx_vcnt`
WHERE `tm` > '1696024800' UNION ALL SELECT count(*)
FROM `y67wx_vcnt`
WHERE `tm` > '1695938400'
AND `tm` < '1696024800' UNION ALL SELECT count(*)
FROM `y67wx_vcnt`
WHERE `tm` >= '1695592800' UNION ALL SELECT count(*)
FROM `y67wx_vcnt`
WHERE `tm` >= '1693519200' UNION ALL SELECT `cnt`
FROM `y67wx_vcnt_pc`
id | select_type | table | partitions | type | possible_keys | key | key_len | ref | rows | filtered | Extra |
---|
1 | PRIMARY | y67wx_vcnt | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 687 | 100.00 | NULL |
2 | UNION | y67wx_vcnt | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 687 | 33.33 | Using where |
3 | UNION | y67wx_vcnt | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 687 | 11.11 | Using where |
4 | UNION | y67wx_vcnt | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 687 | 33.33 | Using where |
5 | UNION | y67wx_vcnt | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 687 | 33.33 | Using where |
6 | UNION | y67wx_vcnt_pc | NULL | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1 | 100.00 | NULL |
Status | Duration |
---|
starting | 0.06 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
checking permissions | 0.01 ms |
Opening tables | 0.17 ms |
init | 0.04 ms |
System lock | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
optimizing | 0.01 ms |
statistics | 0.01 ms |
preparing | 0.01 ms |
executing | 0.01 ms |
Sending data | 1.51 ms |
executing | 0.01 ms |
Sending data | 1.61 ms |
executing | 0.01 ms |
Sending data | 1.61 ms |
executing | 0.01 ms |
Sending data | 1.56 ms |
executing | 0.01 ms |
Sending data | 1.67 ms |
executing | 0.01 ms |
Sending data | 0.01 ms |
end | 0.01 ms |
query end | 0.01 ms |
removing tmp table | 0.01 ms |
query end | 0.01 ms |
closing tables | 0.01 ms |
freeing items | 0.03 ms |
cleaning up | 0.02 ms |
# | Aufrufer | Datei und Zeilennummer |
---|
13 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1805 |
12 | JDatabaseDriver->loadRowList() | JROOT/modules/mod_visitorcounter/helper.php:218 |
11 | ModVisitorcounterHelper->getData() | JROOT/modules/mod_visitorcounter/mod_visitorcounter.php:72 |
10 | include JROOT/modules/mod_visitorcounter/mod_visitorcounter.php | JROOT/libraries/src/Helper/ModuleHelper.php:200 |
9 | Joomla\CMS\Helper\ModuleHelper::renderModule() | JROOT/libraries/src/Document/Renderer/Html/ModuleRenderer.php:98 |
8 | Joomla\CMS\Document\Renderer\Html\ModuleRenderer->render() | JROOT/libraries/src/Document/Renderer/Html/ModulesRenderer.php:47 |
7 | Joomla\CMS\Document\Renderer\Html\ModulesRenderer->render() | JROOT/libraries/src/Document/HtmlDocument.php:491 |
6 | Joomla\CMS\Document\HtmlDocument->getBuffer() | JROOT/libraries/src/Document/HtmlDocument.php:783 |
5 | Joomla\CMS\Document\HtmlDocument->_renderTemplate() | JROOT/libraries/src/Document/HtmlDocument.php:557 |
4 | Joomla\CMS\Document\HtmlDocument->render() | JROOT/libraries/src/Application/CMSApplication.php:1044 |
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:202 |
1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
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 y67wx_jevents_repetition as rpt
INNER JOIN y67wx_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN y67wx_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN y67wx_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN y67wx_jevents_rrule as rr
ON rr.eventid = rpt.eventid
2 × SELECT c.id
FROM y67wx_categories AS c
2 × SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `y67wx_extensions`
2 × SELECT a.id as id,a.type as type,a.name as name,a.clickurl as clickurl,a.cid as cid,a.description as description,a.params as params,a.custombannercode as custombannercode,a.track_impressions as track_impressions,cl.track_impressions as client_track_impressions
FROM y67wx_banners as a
LEFT JOIN y67wx_banner_clients AS cl
ON cl.id = a.cid
2 × SELECT *
FROM y67wx_banners
1 × SELECT `data`
FROM `y67wx_session`
1 × SELECT count(*)
FROM `y67wx_vcnt`
1 × SELECT count(*)
FROM `y67wx_vcnt_pc
1 × SELECT cat.id, cat.title as name, pcat.title as pname, cat.description, cat.params
FROM y67wx_categories as cat
LEFT JOIN y67wx_categories as pcat
on pcat.id=cat.parent_id
1 × SELECT *
FROM y67wx_jev_defaults
1 × SELECT a.id, a.parent_id
FROM y67wx_categories AS a
1 × SELECT c.*
FROM y67wx_categories as c
1 × SELECT det.evdet_id as detailid, 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 y67wx_jevents_repetition as rpt
INNER JOIN y67wx_jevents_vevent as ev
ON rpt.eventid = ev.ev_id
INNER JOIN y67wx_jevents_icsfile as icsf
ON icsf.ics_id=ev.icsid
INNER JOIN y67wx_jevents_vevdetail as det
ON det.evdet_id = rpt.eventdetail_id
LEFT JOIN y67wx_jevents_rrule as rr
ON rr.eventid = rpt.eventid
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 `y67wx_categories` AS `c`
1 × SELECT `session_id`
FROM `y67wx_session`
1 × SELECT m.id, m.title, m.module, m.position, m.content, m.showtitle, m.params, mm.menuid
FROM y67wx_modules AS m
LEFT JOIN y67wx_modules_menu AS mm
ON mm.moduleid = m.id
LEFT JOIN y67wx_extensions AS e
ON e.element = m.module
AND e.client_id = m.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 y67wx_fields AS a
LEFT JOIN `y67wx_languages` AS l
ON l.lang_code = a.language
LEFT JOIN y67wx_users AS uc
ON uc.id=a.checked_out
LEFT JOIN y67wx_viewlevels AS ag
ON ag.id = a.access
LEFT JOIN y67wx_users AS ua
ON ua.id = a.created_user_id
LEFT JOIN y67wx_fields_groups AS g
ON g.id = a.group_id
1 × SELECT `id`,`name`,`rules`,`parent_id`
FROM `y67wx_assets`
1 × SELECT id, home, template, s.params
FROM y67wx_template_styles as s
LEFT JOIN y67wx_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
1 × SELECT *
FROM y67wx_languages
1 × SELECT m.id, m.menutype, m.title, m.alias, m.note, m.path AS route, m.link, m.type, m.level, m.language,`m`.`browserNav`, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM y67wx_menu AS m
LEFT JOIN y67wx_extensions AS e
ON m.component_id = e.extension_id
1 × SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM y67wx_extensions
1 × SELECT b.id
FROM y67wx_usergroups AS a
LEFT JOIN y67wx_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
1 × SELECT id, rules
FROM `y67wx_viewlevels
1 × SELECT count(*)
FROM `y67wx_vcnt` UNION ALL SELECT count(*)
FROM `y67wx_vcnt`