Abfragezeit: 0.24 ms Abfragespeichernutzung: 0.008 MB Speichernutzung vor Abfrage: 4.239 MB
DELETE
FROM `j33_session`
WHERE `time` < '1768382681'
„EXPLAIN“ unmöglich für Abfrage: DELETE
FROM `j33_session`
WHERE `time` < '1768382681'
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Application/CMSApplication.php:824 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:133 |
| 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:415 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Abfragezeit: 0.47 ms Nach letzter Abfrage: 0.30 ms Abfragespeichernutzung: 0.021 MB Speichernutzung vor Abfrage: 4.271 MB Zeilen zurückgegeben: 0
SELECT `data`
FROM `j33_session`
WHERE `session_id` = '3d3ab2718a3c5376739b66fc31bc28ea'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_session | const | PRIMARY | PRIMARY | 766 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 16 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
| 15 | JDatabaseDriver->loadResult() | JROOT/libraries/joomla/session/storage/database.php:45 |
| 14 | JSessionStorageDatabase->read() | Der selbe 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:831 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:133 |
| 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:415 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.94 ms Abfragespeichernutzung: 0.012 MB Speichernutzung vor Abfrage: 4.423 MB Zeilen zurückgegeben: 0
SELECT `session_id`
FROM `j33_session`
WHERE `session_id` = '3d3ab2718a3c5376739b66fc31bc28ea'
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_session | const | PRIMARY | PRIMARY | 766 | const | 1 | Using index |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 8 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1730 |
| 7 | JDatabaseDriver->loadResult() | JROOT/libraries/src/Application/CMSApplication.php:178 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:833 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:133 |
| 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:415 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Abfragezeit: 0.26 ms Nach letzter Abfrage: 0.12 ms Abfragespeichernutzung: 0.009 MB Speichernutzung vor Abfrage: 4.439 MB
INSERT INTO `j33_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`)
VALUES
('3d3ab2718a3c5376739b66fc31bc28ea', 1, '1768464281', 0, '', 0)
„EXPLAIN“ unmöglich für Abfrage: INSERT INTO `j33_session`
(`session_id`,`guest`,`time`,`userid`,`username`,`client_id`) VALUES
('3d3ab2718a3c5376739b66fc31bc28ea', 1, '1768464281', 0, '', 0)
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Application/CMSApplication.php:218 |
| 6 | Joomla\CMS\Application\CMSApplication->checkSession() | JROOT/libraries/src/Application/CMSApplication.php:833 |
| 5 | Joomla\CMS\Application\CMSApplication->loadSession() | JROOT/libraries/src/Application/CMSApplication.php:133 |
| 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:415 |
| 2 | Joomla\CMS\Application\CMSApplication::getInstance() | JROOT/libraries/src/Factory.php:140 |
| 1 | Joomla\CMS\Factory::getApplication() | JROOT/index.php:46 |
Abfragezeit: 0.35 ms Nach letzter Abfrage: 2.23 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 4.765 MB Zeilen zurückgegeben: 47
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j33_extensions`
WHERE `type` = 'component'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_extensions | ref | extension | extension | 82 | const | 47 | Using index condition |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Component/ComponentHelper.php:422 |
| 10 | Joomla\CMS\Component\ComponentHelper::Joomla\CMS\Component\{closure}() | Der selbe 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:430 |
| 7 | Joomla\CMS\Component\ComponentHelper::load() | JROOT/libraries/src/Component/ComponentHelper.php:496 |
| 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:596 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.10 ms Nach letzter Abfrage: 1.95 ms Abfragespeichernutzung: 0.015 MB Speichernutzung vor Abfrage: 5.104 MB Zeilen zurückgegeben: 4
SELECT id, rules
FROM `j33_viewlevels`
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_viewlevels | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 4 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1496 |
| 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:310 |
| 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:606 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.09 ms Nach letzter Abfrage: 0.12 ms Abfragespeichernutzung: 0.015 MB Speichernutzung vor Abfrage: 5.128 MB Zeilen zurückgegeben: 2
SELECT b.id
FROM j33_usergroups AS a
LEFT JOIN j33_usergroups AS b
ON b.lft <= a.lft
AND b.rgt >= a.rgt
WHERE a.id = 9
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | const | PRIMARY | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | b | range | idx_usergroup_nested_set_lookup | idx_usergroup_nested_set_lookup | 4 | NULL | 2 | Using where; Using index |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1540 |
| 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:310 |
| 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:606 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.54 ms Nach letzter Abfrage: 0.55 ms Abfragespeichernutzung: 0.019 MB Speichernutzung vor Abfrage: 5.229 MB Zeilen zurückgegeben: 92
SELECT `folder` AS `type`,`element` AS `name`,`params` AS `params`,`extension_id` AS `id`
FROM j33_extensions
WHERE enabled = 1
AND type = 'plugin'
AND state IN (0,1)
AND access IN (1,1,5)
ORDER BY ordering
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_extensions | ALL | extension | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 272 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 11 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 10 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Plugin/PluginHelper.php:343 |
| 9 | Joomla\CMS\Plugin\PluginHelper::Joomla\CMS\Plugin\{closure}() | Der selbe 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:348 |
| 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:606 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.55 ms Nach letzter Abfrage: 24.01 ms Abfragespeichernutzung: 0.019 MB Speichernutzung vor Abfrage: 8.387 MB Zeilen zurückgegeben: 0
SELECT *
FROM ( SELECT *
FROM j33_redj_redirects
WHERE ( ( ('/sitemap' REGEXP BINARY fromurl)>0
AND (case_sensitive<>0)
AND (decode_url<>0)
AND (request_only<>0) ) OR ( ('/sitemap' REGEXP BINARY fromurl)>0
AND (case_sensitive<>0)
AND (decode_url=0)
AND (request_only<>0) ) OR ( ('https://www.sudoku-drucken.de/sitemap' REGEXP BINARY fromurl)>0
AND (case_sensitive<>0)
AND (decode_url<>0)
AND (request_only=0) ) OR ( ('https://www.sudoku-drucken.de/sitemap' REGEXP BINARY fromurl)>0
AND (case_sensitive<>0)
AND (decode_url=0)
AND (request_only=0) ) OR ( ('/sitemap' REGEXP fromurl)>0
AND (case_sensitive=0)
AND (decode_url<>0)
AND (request_only<>0) ) OR ( ('/sitemap' REGEXP fromurl)>0
AND (case_sensitive=0)
AND (decode_url=0)
AND (request_only<>0) ) OR ( ('https://www.sudoku-drucken.de/sitemap' REGEXP fromurl)>0
AND (case_sensitive=0)
AND (decode_url<>0)
AND (request_only=0) ) OR ( ('https://www.sudoku-drucken.de/sitemap' REGEXP fromurl)>0
AND (case_sensitive=0)
AND (decode_url=0)
AND (request_only=0) ) )
AND published=1
ORDER BY ordering ) AS A
WHERE A.skip='' OR ( ('https://www.sudoku-drucken.de/sitemap' REGEXP BINARY A.skip)=0
AND (case_sensitive<>0)
AND (decode_url<>0) ) OR ( ('https://www.sudoku-drucken.de/sitemap' REGEXP BINARY A.skip)=0
AND (case_sensitive<>0)
AND (decode_url=0) ) OR ( ('https://www.sudoku-drucken.de/sitemap' REGEXP A.skip)=0
AND (case_sensitive=0)
AND (decode_url<>0) ) OR ( ('https://www.sudoku-drucken.de/sitemap' REGEXP A.skip)=0
AND (case_sensitive=0)
AND (decode_url=0) )
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_redj_redirects | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 2 | Using where |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 12 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 11 | JDatabaseDriver->loadObjectList() | JROOT/plugins/system/redj/redj.php:1346 |
| 10 | plgSystemReDJ->setRedirect() | JROOT/plugins/system/redj/redj.php:1284 |
| 9 | plgSystemReDJ->onAfterInitialise() | Der selbe Aufruf in der Zeile darunter. |
| 8 | call_user_func_array() | 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:686 |
| 4 | Joomla\CMS\Application\CMSApplication->initialiseApp() | JROOT/libraries/src/Application/SiteApplication.php:688 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.57 ms Nach letzter Abfrage: 2.25 ms Abfragespeichernutzung: 0.044 MB Speichernutzung vor Abfrage: 8.746 MB Zeilen zurückgegeben: 102
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 j33_menu AS m
LEFT JOIN j33_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | m | ref | idx_client_id_parent_id_alias_language,published,parent_id | idx_client_id_parent_id_alias_language | 1 | const | 126 | Using index condition; Using where; filesort wurde genutzt |
| 1 | SIMPLE | e | eq_ref | PRIMARY | PRIMARY | 4 | d0234507.m.component_id | 1 | Using where |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 18 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Menu/SiteMenu.php:93 |
| 17 | Joomla\CMS\Menu\SiteMenu->Joomla\CMS\Menu\{closure}() | Der selbe 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:446 |
| 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:551 |
| 6 | Joomla\CMS\Application\CMSApplication::getRouter() | JROOT/libraries/src/Application/SiteApplication.php:405 |
| 5 | Joomla\CMS\Application\SiteApplication::getRouter() | JROOT/libraries/src/Application/CMSApplication.php:1146 |
| 4 | Joomla\CMS\Application\CMSApplication->route() | JROOT/libraries/src/Application/SiteApplication.php:798 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.32 ms Nach letzter Abfrage: 9.34 ms Abfragespeichernutzung: 0.020 MB Speichernutzung vor Abfrage: 10.234 MB Zeilen zurückgegeben: 1
SELECT `extension_id` AS `id`,`element` AS `option`,`params`,`enabled`
FROM `j33_extensions`
WHERE `type` = 'library'
AND `element` = 'joomla'
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_extensions | ref | element_clientid,element_folder_clientid,extension | extension | 484 | const,const | 1 | Using index condition |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 14 | JDatabaseDriver->loadObject() | JROOT/libraries/src/Helper/LibraryHelper.php:167 |
| 13 | Joomla\CMS\Helper\LibraryHelper::Joomla\CMS\Helper\{closure}() | Der selbe Aufruf in der Zeile darunter. |
| 12 | call_user_func_array() | JROOT/libraries/src/Cache/Controller/CallbackController.php:173 |
| 11 | Joomla\CMS\Cache\Controller\CallbackController->get() | JROOT/libraries/src/Helper/LibraryHelper.php:175 |
| 10 | Joomla\CMS\Helper\LibraryHelper::loadLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:43 |
| 9 | Joomla\CMS\Helper\LibraryHelper::getLibrary() | JROOT/libraries/src/Helper/LibraryHelper.php:90 |
| 8 | Joomla\CMS\Helper\LibraryHelper::getParams() | JROOT/libraries/src/Version.php:321 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1116 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.19 ms Abfragespeichernutzung: 0.013 MB Speichernutzung vor Abfrage: 10.236 MB
UPDATE `j33_extensions`
SET `params` = '{\"mediaversion\":\"592a76b989f3d34183eccf6b960d161e\"}'
WHERE `type` = 'library'
AND `element` = 'joomla'
„EXPLAIN“ unmöglich für Abfrage: UPDATE `j33_extensions`
SET `params` = '{\"mediaversion\":\"592a76b989f3d34183eccf6b960d161e\"}'
WHERE `type` = 'library' AND `element` = 'joomla'
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 10 | JDatabaseDriverMysqli->execute() | JROOT/libraries/src/Helper/LibraryHelper.php:117 |
| 9 | Joomla\CMS\Helper\LibraryHelper::saveParams() | JROOT/libraries/src/Version.php:372 |
| 8 | Joomla\CMS\Version->setMediaVersion() | JROOT/libraries/src/Version.php:331 |
| 7 | Joomla\CMS\Version->getMediaVersion() | JROOT/libraries/src/Factory.php:778 |
| 6 | Joomla\CMS\Factory::createDocument() | JROOT/libraries/src/Factory.php:234 |
| 5 | Joomla\CMS\Factory::getDocument() | JROOT/libraries/src/Application/WebApplication.php:1116 |
| 4 | Joomla\CMS\Application\WebApplication->loadDocument() | JROOT/libraries/src/Application/SiteApplication.php:133 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.07 ms Nach letzter Abfrage: 1.50 ms Abfragespeichernutzung: 0.014 MB Speichernutzung vor Abfrage: 10.540 MB Zeilen zurückgegeben: 2
SELECT *
FROM j33_languages
WHERE published=1
ORDER BY ordering ASC
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_languages | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 2 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 7 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.06 ms Nach letzter Abfrage: 0.27 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 10.565 MB Zeilen zurückgegeben: 10
SELECT id, home, template, s.params
FROM j33_template_styles as s
LEFT JOIN j33_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | ALL | idx_template | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 15 | Using where |
| 1 | SIMPLE | e | ref | element_clientid,element_folder_clientid,extension | element_clientid | 403 | d0234507.s.template,const | 1 | Using index condition; Using where |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 6 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 5 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Application/SiteApplication.php:488 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.38 ms Nach letzter Abfrage: 6.31 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 11.487 MB Zeilen zurückgegeben: 1
SELECT a.*
FROM j33_xmap_sitemap AS a
WHERE a.id = 1
AND a.state = 1
AND a.access IN (1,1,5)
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | system | PRIMARY | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 14 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 13 | JDatabaseDriver->loadObject() | JROOT/components/com_xmap/models/sitemap.php:109 |
| 12 | XmapModelSitemap->getItem() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:46 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.26 ms Nach letzter Abfrage: 0.62 ms Abfragespeichernutzung: 0.027 MB Speichernutzung vor Abfrage: 11.569 MB Zeilen zurückgegeben: 51
SELECT n.id, n.title, n.alias, n.path, n.level, n.link, n.type, n.params, n.home, n.parent_id,n.`browserNav`
FROM j33_menu AS n
INNER JOIN j33_menu AS p
ON p.lft = 0
WHERE n.lft > p.lft
AND n.lft < p.rgt
AND n.menutype = 'topmenu'
AND n.published = 1
AND n.access IN (1,1,5)
ORDER BY n.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | p | ref | idx_left_right | idx_left_right | 4 | const | 1 | Using index; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | n | ALL | idx_menutype,idx_left_right,published,access | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 182 | Using where; Using join buffer (flat, BNL join) |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_xmap/helpers/xmap.php:60 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.24 ms Nach letzter Abfrage: 0.35 ms Abfragespeichernutzung: 0.027 MB Speichernutzung vor Abfrage: 11.764 MB Zeilen zurückgegeben: 1
SELECT *
FROM j33_extensions AS n
WHERE n.folder = 'xmap'
AND n.enabled = 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | n | ALL | NULL | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 272 | Using where |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/components/com_xmap/helpers/xmap.php:130 |
| 15 | XmapHelper::getExtensions() | JROOT/components/com_xmap/helpers/xmap.php:153 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.33 ms Nach letzter Abfrage: 2.09 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.080 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=198
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.25 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.119 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=29
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.49 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.191 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=199
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.231 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=202
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.24 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.270 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=37
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.18 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.309 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=185
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.348 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=178
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.31 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.387 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=179
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.28 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.427 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=180
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.25 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.466 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=181
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.24 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.505 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=182
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.544 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=183
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.583 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=184
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.622 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=31
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.18 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.661 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=32
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.701 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=36
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.741 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=33
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.780 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=34
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.819 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=35
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.17 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.858 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=30
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.897 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=44
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.23 ms Nach letzter Abfrage: 0.48 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.954 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=112
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.26 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 12.995 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=154
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.23 ms Nach letzter Abfrage: 0.34 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.050 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=49
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.088 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=109
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.18 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.127 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=108
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.166 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=110
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.23 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.204 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=111
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.244 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=51
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.283 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=42
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.322 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=191
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.30 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.366 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=130
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.405 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=129
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.444 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=194
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.83 ms Nach letzter Abfrage: 0.12 ms Abfragespeichernutzung: 0.023 MB Speichernutzung vor Abfrage: 13.457 MB Zeilen zurückgegeben: 6
SELECT n.id, n.title, n.alias, n.path, n.level, n.link, n.type, n.params, n.home, n.parent_id,n.`browserNav`
FROM j33_menu AS n
INNER JOIN j33_menu AS p
ON p.lft = 0
WHERE n.lft > p.lft
AND n.lft < p.rgt
AND n.menutype = 'footermenuupper'
AND n.published = 1
AND n.access IN (1,1,5)
ORDER BY n.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | p | ref | idx_left_right | idx_left_right | 4 | const | 1 | Using index; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | n | index_merge | idx_menutype,idx_left_right,published,access | published,idx_menutype | 1,98 | NULL | 6 | Using intersect(published,idx_menutype); Using where; Using join buffer (flat, BNL join) |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_xmap/helpers/xmap.php:60 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.19 ms Nach letzter Abfrage: 0.28 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.510 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.23 ms Nach letzter Abfrage: 0.35 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.562 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=45
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 1.28 ms Nach letzter Abfrage: 0.29 ms Abfragespeichernutzung: 0.026 MB Speichernutzung vor Abfrage: 13.588 MB Zeilen zurückgegeben: 41
SELECT n.id, n.title, n.alias, n.path, n.level, n.link, n.type, n.params, n.home, n.parent_id,n.`browserNav`
FROM j33_menu AS n
INNER JOIN j33_menu AS p
ON p.lft = 0
WHERE n.lft > p.lft
AND n.lft < p.rgt
AND n.menutype = 'footermenulower'
AND n.published = 1
AND n.access IN (1,1,5)
ORDER BY n.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | p | ref | idx_left_right | idx_left_right | 4 | const | 1 | Using index; Using temporary; filesort wurde genutzt |
| 1 | SIMPLE | n | ALL | idx_menutype,idx_left_right,published,access | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 182 | Using where; Using join buffer (flat, BNL join) |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 15 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 14 | JDatabaseDriver->loadObjectList() | JROOT/components/com_xmap/helpers/xmap.php:60 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.28 ms Nach letzter Abfrage: 0.49 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.769 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=209
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.807 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=134
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.846 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=210
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.885 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=211
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.17 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.924 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=135
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.15 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 13.963 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=23
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.17 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.002 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=21
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.14 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.041 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=22
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.16 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.080 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=24
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.23 ms Nach letzter Abfrage: 0.30 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.121 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=25
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.160 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=26
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.200 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=27
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.239 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=144
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.24 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.278 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=145
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.317 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=146
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.24 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.356 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=147
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.395 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=148
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.30 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.434 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=149
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.474 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=150
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.513 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=155
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.552 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=156
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.591 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=157
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.23 ms Nach letzter Abfrage: 0.24 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.630 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=158
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.669 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=159
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.23 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.708 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=160
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.30 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.747 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=161
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.24 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.786 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=169
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.28 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.826 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=168
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.865 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=167
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.20 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.904 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=166
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.18 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.943 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=165
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.18 ms Nach letzter Abfrage: 0.24 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 14.982 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=164
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.24 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.021 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=163
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.061 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=170
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.100 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=171
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.45 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.139 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=172
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.22 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.178 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=173
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.27 ms Nach letzter Abfrage: 0.21 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.217 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=174
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.256 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=175
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.25 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.295 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=176
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.21 ms Nach letzter Abfrage: 0.23 ms Abfragespeichernutzung: 0.024 MB Speichernutzung vor Abfrage: 15.334 MB Zeilen zurückgegeben: 1
SELECT `created`,`modified`,`introtext`,`fulltext`
FROM `j33_content`
WHERE `id`=162
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 16 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:82 |
| 15 | xmap_com_content::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:158 |
| 14 | XmapHelper::prepareMenuItem() | JROOT/components/com_xmap/helpers/xmap.php:93 |
| 13 | XmapHelper::getMenuItems() | JROOT/components/com_xmap/models/sitemap.php:161 |
| 12 | XmapModelSitemap->getItems() | JROOT/libraries/src/MVC/View/HtmlView.php:423 |
| 11 | Joomla\CMS\MVC\View\HtmlView->get() | JROOT/components/com_xmap/views/html/view.html.php:47 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.11 ms Nach letzter Abfrage: 0.28 ms Abfragespeichernutzung: 0.025 MB Speichernutzung vor Abfrage: 15.356 MB Zeilen zurückgegeben: 46
SELECT `id`,`name`,`rules`,`parent_id`
FROM `j33_assets`
WHERE `name` IN ('root.1','com_admin','com_advancedmodules','com_ajax','com_akeeba','com_associations','com_banners','com_cache','com_categories','com_checkin','com_config','com_contact','com_content','com_contenthistory','com_cpanel','com_dfcontact','com_easyfrontendseo','com_extendedreg','com_extplorer','com_fields','com_finder','com_ijoomla_seo','com_ijoomlainstaller','com_installer','com_jce','com_joomlaupdate','com_jotcache','com_languages','com_login','com_mailto','com_media','com_menus','com_messages','com_modules','com_newsfeeds','com_plugins','com_postinstall','com_redirect','com_redj','com_search','com_sudoku','com_surveys','com_tags','com_templates','com_users','com_weblinks','com_wrapper','com_xmap')
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_assets | range | idx_asset_name | idx_asset_name | 202 | NULL | 48 | Using index condition |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 17 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 16 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Access/Access.php:429 |
| 15 | Joomla\CMS\Access\Access::preloadComponents() | JROOT/libraries/src/Access/Access.php:213 |
| 14 | Joomla\CMS\Access\Access::preload() | JROOT/libraries/src/Access/Access.php:531 |
| 13 | Joomla\CMS\Access\Access::getAssetRules() | JROOT/libraries/src/Access/Access.php:183 |
| 12 | Joomla\CMS\Access\Access::check() | JROOT/libraries/src/User/User.php:398 |
| 11 | Joomla\CMS\User\User->authorise() | JROOT/components/com_xmap/views/html/view.html.php:49 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.50 ms Nach letzter Abfrage: 4.16 ms Abfragespeichernutzung: 0.029 MB Speichernutzung vor Abfrage: 16.022 MB Zeilen zurückgegeben: 0
SELECT *
FROM j33_modules
WHERE module='mod_menu'
AND params LIKE '%"menutype":"topmenu"%'
AND access IN (1,1,5)
AND published=1
AND client_id=0
LIMIT 1
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_modules | ref | published,newsfeeds | newsfeeds | 204 | const,const | 4 | Using index condition; Using where |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 19 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 18 | JDatabaseDriver->loadObject() | JROOT/components/com_xmap/displayer.php:114 |
| 17 | XmapDisplayer->getMenuTitle() | JROOT/components/com_xmap/displayer.php:83 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.50 ms Nach letzter Abfrage: 0.66 ms Abfragespeichernutzung: 0.031 MB Speichernutzung vor Abfrage: 16.077 MB Zeilen zurückgegeben: 1
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM j33_content AS a
LEFT JOIN j33_content_frontpage AS fp
ON a.id = fp.content_id
WHERE a.state = 1
AND a.featured=1
AND a.access IN (1,1,5)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-15 08:04:42')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-15 08:04:42')
ORDER BY a.ordering, a.created
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_featured_catid,publish_up | idx_featured_catid | 1 | const | 1 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/xmap/com_content/com_content.php:402 |
| 21 | xmap_com_content::includeCategoryContent() | JROOT/plugins/xmap/com_content/com_content.php:225 |
| 20 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 19 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.51 ms Nach letzter Abfrage: 0.46 ms Abfragespeichernutzung: 0.032 MB Speichernutzung vor Abfrage: 16.113 MB Zeilen zurückgegeben: 0
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM j33_categories AS a
WHERE a.parent_id = 50
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1,5)
ORDER BY a.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | cat_idx,idx_access,published | cat_idx | 203 | const,const | 26 | Using index condition; Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/xmap/com_content/com_content.php:298 |
| 22 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 21 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 20 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 19 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.63 ms Nach letzter Abfrage: 0.11 ms Abfragespeichernutzung: 0.034 MB Speichernutzung vor Abfrage: 16.144 MB Zeilen zurückgegeben: 2
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM j33_content AS a
WHERE a.state = 1
AND a.catid=50
AND a.access IN (1,1,5)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-15 08:04:42')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-15 08:04:42')
ORDER BY a.ordering, a.created
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,publish_up | idx_catid | 4 | const | 2 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/xmap/com_content/com_content.php:402 |
| 23 | xmap_com_content::includeCategoryContent() | JROOT/plugins/xmap/com_content/com_content.php:337 |
| 22 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 21 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 20 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 19 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.60 ms Nach letzter Abfrage: 0.83 ms Abfragespeichernutzung: 0.052 MB Speichernutzung vor Abfrage: 16.269 MB Zeilen zurückgegeben: 3
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 j33_categories as c
LEFT JOIN j33_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=50
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,published | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 54 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 36 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:305 |
| 35 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:186 |
| 34 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 33 | ContentRouter->getCategorySegment() | Der selbe Aufruf in der Zeile darunter. |
| 32 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 31 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 30 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 29 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:669 |
| 28 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 27 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 26 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:66 |
| 25 | Joomla\CMS\Router\Route::_() | JROOT/components/com_xmap/views/html/tmpl/default_class.php:81 |
| 24 | XmapHtmlDisplayer->printNode() | JROOT/plugins/xmap/com_content/com_content.php:443 |
| 23 | xmap_com_content::includeCategoryContent() | JROOT/plugins/xmap/com_content/com_content.php:337 |
| 22 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 21 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 20 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 19 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.47 ms Nach letzter Abfrage: 0.89 ms Abfragespeichernutzung: 0.032 MB Speichernutzung vor Abfrage: 16.378 MB Zeilen zurückgegeben: 0
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM j33_categories AS a
WHERE a.parent_id = 33
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1,5)
ORDER BY a.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | cat_idx,idx_access,published | cat_idx | 203 | const,const | 26 | Using index condition; Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/xmap/com_content/com_content.php:298 |
| 22 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 21 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 20 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 19 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.42 ms Nach letzter Abfrage: 0.12 ms Abfragespeichernutzung: 0.034 MB Speichernutzung vor Abfrage: 16.410 MB Zeilen zurückgegeben: 8
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM j33_content AS a
WHERE a.state = 1
AND a.catid=33
AND a.access IN (1,1,5)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-15 08:04:42')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-15 08:04:42')
ORDER BY a.ordering, a.created
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,publish_up | idx_catid | 4 | const | 8 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 25 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 24 | JDatabaseDriver->loadObjectList() | JROOT/plugins/xmap/com_content/com_content.php:402 |
| 23 | xmap_com_content::includeCategoryContent() | JROOT/plugins/xmap/com_content/com_content.php:337 |
| 22 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 21 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 20 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 19 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.54 ms Nach letzter Abfrage: 0.27 ms Abfragespeichernutzung: 0.052 MB Speichernutzung vor Abfrage: 16.478 MB Zeilen zurückgegeben: 3
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 j33_categories as c
LEFT JOIN j33_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=33
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,published | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 54 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 37 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 36 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:305 |
| 35 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:186 |
| 34 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 33 | ContentRouter->getCategorySegment() | Der selbe Aufruf in der Zeile darunter. |
| 32 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 31 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 30 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 29 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:669 |
| 28 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 27 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 26 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:66 |
| 25 | Joomla\CMS\Router\Route::_() | JROOT/components/com_xmap/views/html/tmpl/default_class.php:81 |
| 24 | XmapHtmlDisplayer->printNode() | JROOT/plugins/xmap/com_content/com_content.php:443 |
| 23 | xmap_com_content::includeCategoryContent() | JROOT/plugins/xmap/com_content/com_content.php:337 |
| 22 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 21 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 20 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 19 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.53 ms Nach letzter Abfrage: 1.18 ms Abfragespeichernutzung: 0.031 MB Speichernutzung vor Abfrage: 16.501 MB Zeilen zurückgegeben: 0
SELECT a.id, a.title, a.alias, a.access, a.path AS route, a.created_time created, a.modified_time modified
FROM j33_categories AS a
WHERE a.parent_id = 45
AND a.published = 1
AND a.extension='com_content'
AND a.access IN (1,1,5)
ORDER BY a.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | cat_idx,idx_access,published | cat_idx | 203 | const,const | 26 | Using index condition; Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 23 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 22 | JDatabaseDriver->loadObjectList() | JROOT/plugins/xmap/com_content/com_content.php:298 |
| 21 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 20 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 19 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.56 ms Nach letzter Abfrage: 0.10 ms Abfragespeichernutzung: 0.035 MB Speichernutzung vor Abfrage: 16.531 MB Zeilen zurückgegeben: 29
SELECT a.id, a.title, a.alias, a.catid, a.created created, a.modified modified,a.language,a.introtext, a.fulltext
FROM j33_content AS a
WHERE a.state = 1
AND a.catid=45
AND a.access IN (1,1,5)
AND (a.publish_up = '0000-00-00 00:00:00' OR a.publish_up <= '2026-01-15 08:04:42')
AND (a.publish_down = '0000-00-00 00:00:00' OR a.publish_down >= '2026-01-15 08:04:42')
ORDER BY a.created DESC , a.created
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | a | ref | idx_access,idx_state,idx_catid,publish_up | idx_catid | 4 | const | 29 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 24 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 23 | JDatabaseDriver->loadObjectList() | JROOT/plugins/xmap/com_content/com_content.php:402 |
| 22 | xmap_com_content::includeCategoryContent() | JROOT/plugins/xmap/com_content/com_content.php:337 |
| 21 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 20 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 19 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.54 ms Nach letzter Abfrage: 0.29 ms Abfragespeichernutzung: 0.051 MB Speichernutzung vor Abfrage: 16.652 MB Zeilen zurückgegeben: 3
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 j33_categories as c
LEFT JOIN j33_categories AS s
ON (s.lft <= c.lft
AND s.rgt >= c.rgt) OR (s.lft > c.lft
AND s.rgt < c.rgt)
WHERE (c.extension='com_content' OR c.extension='system')
AND c.access IN (1,1,5)
AND c.published = 1
AND s.id=45
ORDER BY c.lft
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | s | const | PRIMARY,idx_left_right | PRIMARY | 4 | const | 1 | |
| 1 | SIMPLE | c | ALL | cat_idx,idx_access,idx_left_right,published | ES KONNTE KEIN INDEX-SCHLÜSSEL GENUTZT WERDEN | NULL | NULL | 54 | Using where; filesort wurde genutzt |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 36 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1691 |
| 35 | JDatabaseDriver->loadObjectList() | JROOT/libraries/src/Categories/Categories.php:305 |
| 34 | Joomla\CMS\Categories\Categories->_load() | JROOT/libraries/src/Categories/Categories.php:186 |
| 33 | Joomla\CMS\Categories\Categories->get() | JROOT/components/com_content/router.php:72 |
| 32 | ContentRouter->getCategorySegment() | Der selbe Aufruf in der Zeile darunter. |
| 31 | call_user_func_array() | JROOT/libraries/src/Component/Router/RouterView.php:120 |
| 30 | Joomla\CMS\Component\Router\RouterView->getPath() | JROOT/libraries/src/Component/Router/Rules/MenuRules.php:111 |
| 29 | Joomla\CMS\Component\Router\Rules\MenuRules->preprocess() | JROOT/libraries/src/Component/Router/RouterView.php:222 |
| 28 | Joomla\CMS\Component\Router\RouterView->preprocess() | JROOT/libraries/src/Router/SiteRouter.php:669 |
| 27 | Joomla\CMS\Router\SiteRouter->processBuildRules() | JROOT/libraries/src/Router/Router.php:266 |
| 26 | Joomla\CMS\Router\Router->build() | JROOT/libraries/src/Router/SiteRouter.php:154 |
| 25 | Joomla\CMS\Router\SiteRouter->build() | JROOT/libraries/src/Router/Route.php:66 |
| 24 | Joomla\CMS\Router\Route::_() | JROOT/components/com_xmap/views/html/tmpl/default_class.php:81 |
| 23 | XmapHtmlDisplayer->printNode() | JROOT/plugins/xmap/com_content/com_content.php:443 |
| 22 | xmap_com_content::includeCategoryContent() | JROOT/plugins/xmap/com_content/com_content.php:337 |
| 21 | xmap_com_content::expandCategory() | JROOT/plugins/xmap/com_content/com_content.php:220 |
| 20 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 19 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.29 ms Nach letzter Abfrage: 3.67 ms Abfragespeichernutzung: 0.029 MB Speichernutzung vor Abfrage: 16.649 MB Zeilen zurückgegeben: 1
SELECT `introtext`,`fulltext`,`alias`,`catid`
FROM `j33_content`
WHERE `id`=198
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | Extra |
|---|
| 1 | SIMPLE | j33_content | const | PRIMARY | PRIMARY | 4 | const | 1 | |
Kein „SHOW PROFILE“ (vielleicht weil es mehr als 100 Abfragen gab)
| # | Aufrufer | Datei und Zeilennummer |
|---|
| 22 | JDatabaseDriverMysqli->execute() | JROOT/libraries/joomla/database/driver.php:1652 |
| 21 | JDatabaseDriver->loadObject() | JROOT/plugins/xmap/com_content/com_content.php:252 |
| 20 | xmap_com_content::getTree() | Der selbe Aufruf in der Zeile darunter. |
| 19 | call_user_func_array() | JROOT/components/com_xmap/displayer.php:201 |
| 18 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:194 |
| 17 | XmapDisplayer->printMenuTree() | JROOT/components/com_xmap/displayer.php:86 |
| 16 | XmapDisplayer->printSitemap() | JROOT/components/com_xmap/views/html/tmpl/default_items.php:16 |
| 15 | include JROOT/components/com_xmap/views/html/tmpl/default_items.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 14 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/components/com_xmap/views/html/tmpl/default.php:96 |
| 13 | include JROOT/components/com_xmap/views/html/tmpl/default.php | JROOT/libraries/src/MVC/View/HtmlView.php:695 |
| 12 | Joomla\CMS\MVC\View\HtmlView->loadTemplate() | JROOT/libraries/src/MVC/View/HtmlView.php:230 |
| 11 | Joomla\CMS\MVC\View\HtmlView->display() | JROOT/components/com_xmap/views/html/view.html.php:100 |
| 10 | XmapViewHtml->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:672 |
| 9 | Joomla\CMS\MVC\Controller\BaseController->display() | JROOT/components/com_xmap/controller.php:57 |
| 8 | XmapController->display() | JROOT/libraries/src/MVC/Controller/BaseController.php:710 |
| 7 | Joomla\CMS\MVC\Controller\BaseController->execute() | JROOT/components/com_xmap/xmap.php:24 |
| 6 | require_once JROOT/components/com_xmap/xmap.php | JROOT/libraries/src/Component/ComponentHelper.php:381 |
| 5 | Joomla\CMS\Component\ComponentHelper::executeComponent() | JROOT/libraries/src/Component/ComponentHelper.php:356 |
| 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:267 |
| 1 | Joomla\CMS\Application\CMSApplication->execute() | JROOT/index.php:49 |
Abfragezeit: 0.22 ms Nach letzter Abfrage: 0.44 ms Abfragespeichernutzung: 0.029 MB Speichernutzung vor Abfrage: 16.680 MB Zeilen zurückgegeben: 1